We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4acb72 commit 3fa777eCopy full SHA for 3fa777e
.github/workflows/test_suite.yml
@@ -34,7 +34,7 @@ jobs:
34
matrix:
35
# Run the workflow on master and dev branches if triggered by a schedule event.
36
# Otherwise, run the workflow on the source branch of the pull request.
37
- branch: ${{ github.event_name == 'schedule' && fromJSON('["master", "dev"]') || fromJSON('["' + github.head_ref + '"]') }}
+ branch: ${{ github.event_name == 'schedule' && fromJSON('["master", "dev"]') || fromJSON('["${{ github.head_ref }}"]') }}
38
fail-fast: false
39
40
# Use pygem:latest for master branch and pygem:dev otherwise
0 commit comments