-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e5509a3
commit 840d3a3
Showing
1 changed file
with
4 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,22 +12,6 @@ jobs: | |
runs-on: ubuntu-latest | ||
if: ${{ contains(github.event.pull_request.labels.*.name, 'github_actions') && github.actor == 'dependabot[bot]' }} | ||
steps: | ||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: Readme in Sync Test | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build2 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: All Rules Everywhere Test | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build3 | ||
|
@@ -41,31 +25,31 @@ jobs: | |
id: wait-for-build4 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: Run tests (14.x) | ||
checkName: Run tests (18.x) | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build5 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: Run tests (15.x) | ||
checkName: Run tests (19.x) | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build6 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: Run tests (16.x) | ||
checkName: Run tests (20.x) | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Wait for build to succeed | ||
uses: fountainhead/[email protected] | ||
id: wait-for-build7 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
checkName: Run tests (17.x) | ||
checkName: Run tests (21.x) | ||
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Dependabot metadata | ||
|