Skip to content

Commit

Permalink
Try adding true to if statement
Browse files Browse the repository at this point in the history
  • Loading branch information
THISISDINOSAUR committed Nov 4, 2024
1 parent 18f2d57 commit 12fdc19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pir_end_to_end_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ jobs:
- xcode-version: "15.4"
runner: macos-14-xlarge

#if: |
if: |
true
# startsWith(github.base_ref, 'release/') ||
# startsWith(github.base_ref, 'hotfix/') ||
# github.base_ref == 'loremattei/pir-integration-tests-for-ci/' ||
Expand Down

0 comments on commit 12fdc19

Please sign in to comment.