-
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.
fix: Fix broken website deploy CI job
The website deploy CI job was quietly broken by #264, and this commit fixes it by ensuring the job dependency name matches the earlier renamed build job. It also gives the "Website Deploy" and "Website Test" workflows distinct names so they're clearly different in the GitHub UI. Signed-off-by: Andrew Lilley Brinker <[email protected]>
- Loading branch information
1 parent
bf2a68a
commit a91b95b
Showing
3 changed files
with
4 additions
and
4 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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Commits | ||
name: Commit Checks | ||
|
||
on: | ||
pull_request: | ||
|
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
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
name: Website | ||
name: Website Test | ||
|
||
# Run when PRs would modify the site code. | ||
on: | ||
|