Skip to content

Commit

Permalink
Update actions (#226)
Browse files Browse the repository at this point in the history
Signed-off-by: Knative Automation <[email protected]>
  • Loading branch information
knative-automation authored Sep 21, 2021
1 parent b6da3f4 commit a63f597
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/knative-boilerplate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Boilerplate

on:
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-donotsubmit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Do Not Submit

on:
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-go-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Build

on:
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-go-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ name: Test
on:

push:
branches: [ 'main', 'master', 'mkdocs' ]
branches: [ 'main', 'master' ]

pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-releasability.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
env:
#########################################
# Update this section each release. #
RELEASE: 'v0.25'
SLACK_CHANNEL: 'release-25'
RELEASE: 'v0.26'
SLACK_CHANNEL: 'release-26'
#########################################

steps:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ name: 'Security'

on:
push:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:
analyze:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/knative-style.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Code Style

on:
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down Expand Up @@ -169,7 +169,7 @@ jobs:
echo '::group:: Flagging trailing whitespace with reviewdog 🐶 ...'
# Don't fail because of grep
set +o pipefail
# Exclude generated and vendored files, plus some legacy
# paths until we update all .gitattributes
git ls-files |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/knative-verify.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ name: Verify

on:
pull_request:
branches: [ 'main', 'master', 'release-*', 'mkdocs' ]
branches: [ 'main', 'master', 'release-*' ]

jobs:

Expand Down

0 comments on commit a63f597

Please sign in to comment.