Skip to content

Commit

Permalink
ci: Remove debug job in Publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joshooaj committed Mar 19, 2024
1 parent be35cd3 commit 2669a98
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,6 @@ on:
- completed

jobs:
debug:
runs-on: ubuntu-latest
steps:
- name: ShowRef
shell: pwsh
run: Write-Host "github.ref = '${{ github.ref }}'"

publish:
if: |
github.event.workflow_run.conclusion == 'success' &&
Expand Down

0 comments on commit 2669a98

Please sign in to comment.