Skip to content

Commit 6722cd5

Browse files
authored
Merge pull request #30 from dtolnay/preci
Prevent actions duplication on noop merge commits
2 parents 0d97173 + 06df90e commit 6722cd5

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/reindeer.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ permissions:
1010
contents: read
1111

1212
jobs:
13+
pre_ci:
14+
uses: dtolnay/.github/.github/workflows/pre_ci.yml@master
15+
1316
reindeer:
1417
name: Reindeer
18+
needs: pre_ci
19+
if: needs.pre_ci.outputs.continue
1520
runs-on: ubuntu-latest
1621
timeout-minutes: 45
1722
steps:

0 commit comments

Comments
 (0)