Skip to content

Commit

Permalink
Try different expression form
Browse files Browse the repository at this point in the history
  • Loading branch information
woodsp-ibm committed Nov 9, 2023
1 parent 141232f commit b5cf851
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ jobs:
path: ./ci-artifact-data/*
Monitor_Qiskit_Main:
if: ${{ (github.repository_owner == 'qiskit-community') &&
(startsWith(github.ref, 'refs/heads/main') || startsWith(github.base_ref, 'main/')) }}
((github.ref == 'refs/heads/main') || (github.base_ref == 'main/')) }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
Expand Down

0 comments on commit b5cf851

Please sign in to comment.