Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Feb 17, 2025
1 parent 0afcec9 commit 1d88ede
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows-source/ci-pr-only.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,8 @@ jobs:
name: Lock Generate
<<: *dind-small-setup
<<: *skip-merge-group
permissions:
pull-requests: write
env:
CI_EVENT_NAME: ${{ github.event_name }}
steps:
Expand Down Expand Up @@ -101,8 +103,6 @@ jobs:
id: lock-generate
if: steps.filter.outputs.lock-generate == 'true'
run: ./ci/scripts/lock-generate.sh
permissions:
pull-requests: write

dependencies-check:
name: Dependency Scan for PR
Expand Down

0 comments on commit 1d88ede

Please sign in to comment.