-
-
Notifications
You must be signed in to change notification settings - Fork 64
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
c6c7ed4
commit 4fd4bb6
Showing
5 changed files
with
5 additions
and
5 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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for other CI | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.ref }} | ||
check-name: 'Lint Check' | ||
|
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 |
---|---|---|
|
@@ -10,7 +10,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for other CI | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.ref }} | ||
check-name: 'GitHub Release' | ||
|
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 |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for other CI | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.ref }} | ||
check-name: 'Config Sync' | ||
|
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 |
---|---|---|
|
@@ -15,7 +15,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for other CI | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.ref }} | ||
check-name: 'Locales Sync' | ||
|
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 |
---|---|---|
|
@@ -6,7 +6,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: Wait for other CI | ||
uses: lewagon/[email protected].1 | ||
uses: lewagon/[email protected].3 | ||
with: | ||
ref: ${{ github.ref }} | ||
check-name: 'Lint Check' | ||
|