Skip to content

Commit

Permalink
tidy workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccar committed Sep 28, 2023
1 parent 4f2cbc6 commit 3ef1902
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/lighthouse-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
name: Lighthouse CI accessibility checks
on: [pull_request]

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
lhci:
name: Lighthouse CI
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/npm-bundle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@ name: Publish Design System to npm
on:
release:
types: [published]

env:
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}

jobs:
build:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Release
on:
release:
types: [published]

jobs:
add-templates-to-release:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 3ef1902

Please sign in to comment.