Skip to content

Commit

Permalink
Fix step
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Nov 1, 2023
1 parent 36cb4b3 commit 960f4a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:

- name: Verify locks
run: |
[[ -n '${{ lock-1.outputs.acquired-at }}' ]] # lock-1
[[ -n '${{ lock-2.outputs.acquired-at }}' ]] # lock-2
[[ -n '${{ steps.lock-1.outputs.acquired-at }}' ]] # lock-1
[[ -n '${{ steps.lock-2.outputs.acquired-at }}' ]] # lock-2
# lock-2 acquired at should be +5s
integration-post:
Expand Down

0 comments on commit 960f4a1

Please sign in to comment.