Skip to content

Commit

Permalink
fix: enable workflow for staging (#1369)
Browse files Browse the repository at this point in the history
  • Loading branch information
susanshi authored Apr 11, 2024
1 parent 2894b51 commit 3872e05
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,12 @@ on:
push:
branches:
- main
- staging
- 1.0.0*
pull_request:
branches:
- main
- staging
- 1.0.0*
schedule:
- cron: '30 1 * * 0'
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- staging
- 1.0.0*
pull_request:
workflow_dispatch:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/high-availability.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
pull_request:
branches:
- main
- staging
- 1.0.0*
push:
branches:
- 1.0.0*
- main
- staging
workflow_dispatch:

permissions: read-all
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/quick-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,12 @@ on:
pull_request:
branches:
- main
- staging
- 1.0.0*
push:
branches:
- 1.0.0*
- staging
- main
workflow_dispatch:

Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ on:
# Weekly on Saturdays.
- cron: '30 1 * * 6'
push:
branches: [ main ]
branches:
- main
- staging
workflow_dispatch:

permissions: read-all
Expand Down

0 comments on commit 3872e05

Please sign in to comment.