Skip to content

Commit

Permalink
Infrastructure: Adjust GitHub Action key names (pull #1549)
Browse files Browse the repository at this point in the history
Used for the protected branch UI, and this allows
individual  targeting of jobs to be "Required" for PRs.

Co-authored-by: Matt King <a11yThinker@Gmail.com>
  • Loading branch information
nschonni and mcking65 committed Oct 12, 2020
1 parent bdaa4c8 commit 82a160d
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint-css.yml
Expand Up @@ -19,7 +19,7 @@ on:
- "!common/**"

jobs:
lint:
lint-css:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-js.yml
Expand Up @@ -17,7 +17,7 @@ on:
- "!common/**"

jobs:
lint:
lint-js:
runs-on: ubuntu-latest

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/regression.yml
Expand Up @@ -20,7 +20,7 @@ on:
- "!examples/landmarks/**"

jobs:
deploy:
regression:
runs-on: ubuntu-latest
strategy:
fail-fast: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spelling.yml
Expand Up @@ -20,7 +20,7 @@ on:
- ".github/workflows/spelling.yml"

jobs:
lint:
spelling:
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 82a160d

Please sign in to comment.