We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b53a9 commit dfdebd1Copy full SHA for dfdebd1
.github/workflows/build.yml
@@ -10,13 +10,6 @@ on:
10
- master
11
workflow_dispatch: {}
12
jobs:
13
- cleanup-runs: # automatically cancel CI runs on pushes to the same branch
14
- runs-on: ubuntu-latest
15
- steps:
16
- - uses: rokroskar/workflow-run-cleanup-action@master
17
- if: "!startsWith(github.ref, 'refs/tags/') && github.ref != 'refs/heads/master'"
18
- env:
19
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
20
build:
21
name: Node.js v${{ matrix.node-version }} on ${{ matrix.os }}
22
strategy:
0 commit comments