We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 003a6e8 commit e928d69Copy full SHA for e928d69
.github/workflows/bench.yml
@@ -12,8 +12,8 @@ jobs:
12
os: [ubuntu-latest]
13
14
steps:
15
- # Cancel queued workflows from earlier commits in this branch
16
- - uses: fkirc/skip-duplicate-actions@master
+ # Cancel queued workflows from earlier commits in this branch
+ - uses: fkirc/skip-duplicate-actions@master
17
18
- uses: actions/checkout@v2
19
- run: git fetch origin master # check the master branch for benchmarking
0 commit comments