Skip to content

Commit

Permalink
.github/workflows: remove test.yaml from pull-request
Browse files Browse the repository at this point in the history
With the "required" docker login, it doesn't work, so let's rely on
openshift-ci on pull-request, and have this check only on main

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester committed Jan 4, 2024
1 parent bcaef02 commit 50c3baf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ on:
- "*"
branches:
- main
pull_request:
branches:
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit 50c3baf

Please sign in to comment.