Skip to content

Commit

Permalink
Adapted workflow for update-deps-lock.yaml when release
Browse files Browse the repository at this point in the history
If release tag is pushed, the script failed. The reason is, that the head is not a branch head anymore.
  • Loading branch information
tomhanika authored Sep 4, 2024
1 parent fe62ff7 commit 4b3a922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/update-deps-lock.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
update-lock:
if: startsWith(github.ref, 'refs/heads/')
runs-on: ubuntu-latest

steps:
Expand Down

0 comments on commit 4b3a922

Please sign in to comment.