Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
Remove temp DEBUG job
Browse files Browse the repository at this point in the history
  • Loading branch information
dbarbuzzi committed Apr 30, 2024
1 parent 4d06537 commit e51df10
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,13 +112,6 @@ on:
required: true

jobs:
DEBUG:
if: success() && contains(fromJSON('["NIGHTLY", "RELEASE"]'), inputs.wf_category)
runs-on: ubuntu-latest
steps:
- name: take a look
run: |
echo "wf_category=${{ inputs.wf_category }}"

BUILD:
uses: ./.github/workflows/build.yml
Expand All @@ -133,7 +126,7 @@ jobs:

TEST-SOLO:
needs: [BUILD]
if: success() && contains(fromJSON('["NIGHTLY", "RELEASE"]'), inputs.wf_category)
if: success()
uses: ./.github/workflows/test.yml
with:
test_label: ${{ inputs.test_label_solo }}
Expand Down

0 comments on commit e51df10

Please sign in to comment.