Skip to content

Commit

Permalink
another try to not run regressions twice for dev
Browse files Browse the repository at this point in the history
  • Loading branch information
orso82 committed Jan 9, 2025
1 parent 4acfba4 commit d8e254a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/runtests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,7 @@ concurrency:

jobs:
test:
if: >
github.event_name == 'pull_request' ||
(github.event_name == 'push' && !startsWith(github.ref, 'refs/pull/'))
if: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.ref == 'dev') }}
name: Julia ${{ matrix.flavor.version }} - ${{ matrix.flavor.os }} - ${{ matrix.flavor.arch }}
runs-on: ${{ matrix.flavor.os }}
strategy:
Expand Down

0 comments on commit d8e254a

Please sign in to comment.