Skip to content

Commit

Permalink
cleanup CI
Browse files Browse the repository at this point in the history
Signed-off-by: Pavel Boldyrev <[email protected]>
  • Loading branch information
bpg committed Apr 7, 2024
1 parent a7b1308 commit c431ec0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,3 @@ jobs:
filters: |
go:
- '**/*.go'
# - name: Invoke acceptance tests workflow
# if: ${{ steps.filter.outputs.go == 'true' }}
# uses: benc-uk/workflow-dispatch@v1
# with:
# workflow: testacc.yml
# ref: ${{ github.event.pull_request.head.ref }}
# inputs: '{"ref": "${{ github.head_ref }}" }'
3 changes: 3 additions & 0 deletions .github/workflows/testacc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
description: 'Branch or tag to run tests against'
required: true
default: 'main'
push:
branches:
- main
pull_request:

jobs:
Expand Down

0 comments on commit c431ec0

Please sign in to comment.