Skip to content

Commit 99cdbae

Browse files
committed
Fix spurious $$ in workflow.
1 parent 1953e60 commit 99cdbae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docker_firedrake-parmmg_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ permissions: {}
3030

3131
# Stop the workflow if a new run is requested
3232
concurrency:
33-
group: $${{ github.workflow }}-${{ github.ref }}
33+
group: ${{ github.workflow }}-${{ github.ref }}
3434
cancel-in-progress: true
3535

3636
jobs:

0 commit comments

Comments
 (0)