Skip to content

Commit

Permalink
refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
sgmv committed Jun 5, 2024
1 parent 8e60c3b commit 828bb64
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/label-gate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,18 @@ on:
- labeled

jobs:
run-checks:
runs-on: ubuntu-latest
if: ${{ github.event.label.name == 'gate' }}
steps:
- uses: ./.github/workflows/otc-golangci-lint.yaml
merge:
runs-on: ubuntu-latest
name: merge branch into devel
environment: github
if: ${{ github.event.label.name == 'gate' }}
steps:
- uses: actions/checkout@v4
- uses: ./.github/workflows/otc-golangci-lint.yaml
- uses: ./.github/workflows/otc-run-acc-tests.yaml
- uses: devmasx/merge-branch@master
with:
label_name: 'gate'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: .github/workflows/otc-golangci-lint.yaml
- run: make acceptance
env:
OS_AUTH_URL: ${{ secrets.AUTH_URL }}
Expand Down

0 comments on commit 828bb64

Please sign in to comment.