Skip to content

Commit

Permalink
Remove debug job
Browse files Browse the repository at this point in the history
  • Loading branch information
Molter73 committed May 29, 2024
1 parent 6d9f4d1 commit c5fff18
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/konflux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ concurrency:
cancel-in-progress: true

jobs:
debug:
runs-on: ubuntu-latest
env:
HEAD_REF: ${{ github.head_ref }}
steps:
- run: echo "${HEAD_REF}"
run-tests:
uses: ./.github/workflows/konflux-tests.yml
if: github.event_name == 'push' ||
Expand Down

0 comments on commit c5fff18

Please sign in to comment.