Skip to content

Commit

Permalink
chore: removing unique_id job that is not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
artursudnik committed Oct 12, 2023
1 parent 1ce0e39 commit 95707a8
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy-vc-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ jobs:
with:
access_token: ${{ github.token }}

unique_id:
runs-on: ubuntu-latest
steps:
- name: Generate unique id
id: unique_id
run: echo "id=$(uuidgen) >> $GITHUB_OUTPUT"
outputs:
unique_id: ${{ steps.unique_id.outputs.id }}

install-build-and-push:
runs-on: ubuntu-latest
needs: [cancel-previous, unique_id]
Expand Down

0 comments on commit 95707a8

Please sign in to comment.