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 2fb81ec commit 5739062
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/label-gate.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: run tests
name: merge branch

on:
pull_request:
Expand Down
11 changes: 1 addition & 10 deletions .github/workflows/otc-run-acc-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,6 @@ on:
pull_request:
types:
- labeled
workflow_call:
inputs:
config-path:
required: true
type: string
secrets:
envPAT:
required: true


jobs:
acc_tests:
Expand All @@ -25,7 +16,7 @@ jobs:
- uses: actions/setup-go@v5
with:
go-version: "1.20"
- uses: .github/workflows/reusable-workflow.yml
- uses: ./.github/workflows/reusable-workflow.yml
- run: make acceptance
env:
OS_AUTH_URL: ${{ secrets.AUTH_URL }}
Expand Down

0 comments on commit 5739062

Please sign in to comment.