Skip to content

Commit

Permalink
ci: update
Browse files Browse the repository at this point in the history
  • Loading branch information
jiazengp authored Jul 9, 2023
1 parent 0e7ba7d commit eddfc66
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Check
name: CHECK

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
#
name: 'CodeQL'
name: 'CODEQL'

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deployment
name: DEPLOYMENT

on:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-commented.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Issue Commented
name: ISSUE_COMMENTED

on:
issue_comment:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-daily.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Issue Daily
name: ISSUE_DAILY

on:
schedule:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-labeled.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Issue Labeled
name: ISSUE_LABELED

on:
issues:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Links
name: LINKS

on:
push:
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/pages.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
# @See https://pages.github.com/
name: Gtihub Pages

env:
- BASE: 'docs'
name: GITHUB_PAGE

on:
# trigger deployment on every push to main branch
Expand Down Expand Up @@ -64,3 +61,4 @@ jobs:
env:
# @See https://docs.github.com/en/actions/reference/authentication-in-a-workflow#about-the-github_token-secret
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BASE: 'docs'
6 changes: 2 additions & 4 deletions .github/workflows/preview.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
name: Previte


name: PREVIEW

on:
workflow_call:
secrets:
SURGE_TOKEN:
required: true
workflow_run:
workflows: ["MAIN_PULL_REQUEST"]
workflows: ["TEST_BUILD"]
types:
- completed
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: PrSpellCheck
name: PRSPELLCHECK
on: [pull_request]

jobs:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Test Build
name: TEST_BUILD

on:
workflow_call:
pull_request:
branches: [next, main]
types: [opened, synchronize, reopened]

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit eddfc66

Please sign in to comment.