Skip to content

Commit

Permalink
delayed events
Browse files Browse the repository at this point in the history
  • Loading branch information
Max Gruenfelder committed Nov 7, 2023
1 parent 15c3ada commit a81718e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: test - node.js ${{ matrix.node-version }}
steps:
- name: check
run: echo ${{ github.run_id }}-${{ github.run_attempt }}
run: echo ${{ github.run_id }}-${{ github.run_attempt }}-${{ job.container.id }}
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit a81718e

Please sign in to comment.