Skip to content

Commit

Permalink
Adjust CI so that it only runs under certain conditions
Browse files Browse the repository at this point in the history
  • Loading branch information
jppelteret committed Apr 18, 2022
1 parent 0aab8c4 commit 1d8bf51
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,13 @@ name: github-linux

on: [push, pull_request]

concurrency:
group: ${{ github.event_name }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

jobs:
linux:
if: ${{ github.event.label.name == 'ready to test' }}
runs-on: ubuntu-latest
container:
image: docker://dealii/dealii:master-focal-root
Expand Down

0 comments on commit 1d8bf51

Please sign in to comment.