Skip to content

Commit d3c2284

Browse files
author
ddundo
committed
Fix branch reference try 2
1 parent 62016ed commit d3c2284

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
matrix:
3535
# Use both master and dev branches for scheduled runs, otherwise use the current branch
36-
branch: ${{ github.event_name == 'schedule' && fromJSON('["master", "dev"]') || fromJSON('["${{ github.ref_name }}"]') }}
36+
branch: ${{ github.event_name == 'schedule' && fromJSON('["master", "dev"]') || ${{ github.ref_name }} }}
3737

3838
# Use pygem:latest for master branch and pygem:dev otherwise
3939
container:

0 commit comments

Comments
 (0)