Skip to content

Commit

Permalink
Update workflows
Browse files Browse the repository at this point in the history
- Fix typo in build-web.yml comment
- Fix name in delete-web-preview.yml
  • Loading branch information
mehaase committed Feb 21, 2024
1 parent 5b2866c commit fc8b39d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
pull_request:

# If another web build starts for the same branch, cancel the previous build. This
# protects us from two build trying to upload at the same time and clobbering each
# protects us from two builds trying to upload at the same time and clobbering each
# other.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/delete-web-preview.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build Website
name: Delete Preview Build

on:
pull_request:
Expand Down

0 comments on commit fc8b39d

Please sign in to comment.