Skip to content

Commit

Permalink
change GH Actions triggers for v0.10 (#395)
Browse files Browse the repository at this point in the history
* change GH Actions triggers for v0.10

* using Build environment now

* using E2E Tests and Release environment now

* now using GH_PAT
  • Loading branch information
Rohitrajak1807 authored Dec 22, 2022
1 parent 00d664a commit ef320dd
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,22 @@
name: Go
name: Unit Tests and Build

on:
push:
branches:
- main
- v0.3
- v0.9
- v0.10
pull_request:
branches:
- main
- v0.3
- v0.9
- v0.10

jobs:
build_and_unit_test:
environment: arlon
environment: Build
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ env:
GIT_PASSWORD: ${{ secrets.GIT_PASSWORD }}
jobs:
e2e:
environment: arlon
environment: E2E Tests and Release
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/goreleaser.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
- '!v0.9*'
jobs:
goreleaser:
environment: arlon
environment: E2E Tests and Release
runs-on: ubuntu-latest
steps:
-
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ on:
- main
- v0.3
- v0.9
- v0.10
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- v0.3
- v0.9
- v0.10
schedule:
- cron: '28 1 * * 0'

Expand Down

0 comments on commit ef320dd

Please sign in to comment.