Skip to content

Commit

Permalink
Shouldrun env var
Browse files Browse the repository at this point in the history
  • Loading branch information
gdalle committed Jul 30, 2024
1 parent d748dd9 commit 3a4aceb
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/Test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ jobs:
group: Back/SecondOrder
- version: 'pre'
group: Down/Detector
if: ${{ matrix.version == '1' || contains(github.event.pull_request.labels.*.name, 'fulltest') }}
env:
shouldrun: ${{ matrix.version == '1' || contains(github.event.pull_request.labels.*.name, 'fulltest') }}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down Expand Up @@ -133,7 +134,8 @@ jobs:
group: Formalities
- version: 'lts'
group: Weird
if: ${{ matrix.version == '1' || contains(github.event.pull_request.labels.*.name, 'fulltest') }}
env:
shouldrun: ${{ matrix.version == '1' || contains(github.event.pull_request.labels.*.name, 'fulltest') }}
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
Expand Down

0 comments on commit 3a4aceb

Please sign in to comment.