We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db51ccc commit 54229ddCopy full SHA for 54229dd
.github/workflows/main.yml
@@ -53,32 +53,4 @@ jobs:
53
- run: |
54
echo "I am protected!"
55
sleep 5
56
-
57
- always_unlock_test_1:
58
- runs-on: ubuntu-latest
59
- name: Test unlocking even after failed (client 1)
60
- steps:
61
- - uses: actions/checkout@v3
62
- - name: Set up mutex
63
- uses: ./
64
- with:
65
- branch: gh-mutex-unlock-test
66
- - run: |
67
- echo "Failing, still should let the mutex free"
68
- sleep 5
69
- exit 1
70
71
- always_unlock_test_2:
72
73
- name: Test unlocking even after failed (client 2)
74
- needs: [always_unlock_test_1]
75
- if: ${{ always() }}
76
77
78
- - run: echo "Should not hang"
79
80
81
82
83
- - run: sleep 5
84
0 commit comments