Skip to content

Commit

Permalink
Make not required CI only run with certain flags
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Oct 24, 2024
1 parent 775952d commit 26097fb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 20 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-alt-ergo.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Test Alt-Ergo

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ labeled ]

jobs:
test-alt-ergo:
if: contains(github.event.pull_request.labels.*.name, 'alt-ergo')
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test-bitwuzla.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Test Bitwuzla

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ labeled ]

jobs:
test-bitwuzla:
if: contains(github.event.pull_request.labels.*.name, 'bitwuzla')
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test-colibri2.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Test Colibri2

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ labeled ]

jobs:
test-colibri2:
if: contains(github.event.pull_request.labels.*.name, 'colibri2')
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
7 changes: 2 additions & 5 deletions .github/workflows/test-cvc5.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,12 @@
name: Test cvc5

on:
push:
branches:
- main
pull_request:
branches:
- main
types: [ labeled ]

jobs:
test-cvc5:
if: contains(github.event.pull_request.labels.*.name, 'cvc5')
runs-on: ubuntu-latest
env:
OPAMJOBS: 4
Expand Down

0 comments on commit 26097fb

Please sign in to comment.