Skip to content

Commit

Permalink
undo extra jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Oct 20, 2023
1 parent 1b7601d commit b827094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -503,11 +503,11 @@ jobs:
steps:
# needed for remove label action
- uses: actions/checkout@v4
if: ${{ contains(fromJson(needs.pr_metadata.outputs.labels), format('needs-go-generate-{0}', matrix.package)) }}
with:
fetch-depth: 1
- name: Remove Label
if: ${{ contains(fromJson(needs.pr_metadata.outputs.labels), format('needs-go-generate-{0}', matrix.package)) }}

uses: ./.github/actions/remove-label
with:
label: 'needs-go-generate-${{matrix.package}}'
Expand Down

0 comments on commit b827094

Please sign in to comment.