Skip to content

Commit

Permalink
remove conditional for trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlaughlin committed Apr 5, 2024
1 parent 406912e commit a935d14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
build:
if: contains(github.event.pull_request.labels.*.name, 'in-test-with-mfem-release')
# if: contains(github.event.pull_request.labels.*.name, 'in-test-with-mfem-release')
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit a935d14

Please sign in to comment.