Skip to content

Commit

Permalink
ci: auto trigger major workflows on release branches (#1631)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julio-Guerra committed Dec 30, 2022
1 parent cb93051 commit a76b1cb
Show file tree
Hide file tree
Showing 7 changed files with 6 additions and 109 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/appsec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ on:
- 'internal/appsec/**'
- 'appsec/**'
- 'contrib/**/appsec.go'
push:
branches: release-v*
env:
DD_APPSEC_WAF_TIMEOUT: 5s
GODEBUG: cgocheck=2
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/govulncheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ on:
push:
branches:
- main
- release-v*
schedule:
- cron: '00 00 * * *'
workflow_dispatch:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/parametric-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-v*
tags:
- "**"
pull_request:
Expand Down
52 changes: 0 additions & 52 deletions .github/workflows/release-candidate.yml

This file was deleted.

56 changes: 0 additions & 56 deletions .github/workflows/release-start.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- main
- release-*
- release-v*
tags:
- '**'
schedule: # nightly
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/system-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- release-v*
tags:
- "**"
pull_request:
Expand Down

0 comments on commit a76b1cb

Please sign in to comment.