Skip to content

Commit

Permalink
Using gh-mutex action
Browse files Browse the repository at this point in the history
  • Loading branch information
lacarvalho91 committed Mar 7, 2024
1 parent 0bbf497 commit d586b43
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 10 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/extended-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ jobs:
extended-test:
runs-on: ubuntu-latest
steps:
- name: Turnstyle
id: turnstyle
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up mutex
uses: ben-z/[email protected]
with:
branch: nft-mutex
- name: Deploy and run integrated test
run: sleep 30
9 changes: 4 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,9 @@ jobs:
needs: integrated-test
runs-on: ubuntu-latest
steps:
- name: Turnstyle
id: turnstyle
uses: softprops/turnstyle@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Set up mutex
uses: ben-z/[email protected]
with:
branch: nft-mutex
- name: Deploy and run stubbed NFT
run: sleep 30

0 comments on commit d586b43

Please sign in to comment.