Skip to content

Commit

Permalink
Attempt to fix solver actions
Browse files Browse the repository at this point in the history
  • Loading branch information
filipeom committed Dec 26, 2024
1 parent ac3ccad commit 2d1cf7d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-alt-ergo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-alt-ergo:
if: contains(github.event.pull_request.labels.*.name, 'alt-ergo')
if: github.event.label.name == 'alt-ergo'
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-bitwuzla.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-bitwuzla:
if: contains(github.event.pull_request.labels.*.name, 'bitwuzla')
if: github.event.label.name == 'bitwuzla'
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-colibri2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
test-colibri2:
if: contains(github.event.pull_request.labels.*.name, 'colibri2')
if: github.event.label.name == 'colibri2'
runs-on: ubuntu-latest
env:
OPAMCONFIRMLEVEL: unsafe-yes
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-cvc5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

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

0 comments on commit 2d1cf7d

Please sign in to comment.