Skip to content

Commit d7f092d

Browse files
authored
chore: Updates purls automatically for SDK update (#3387)
* update purls for sdk update * check purls after build * remove array
1 parent 27c52d1 commit d7f092d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/dependabot-update-purls.yml renamed to .github/workflows/automatic-update-purls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010
jobs:
1111
update-purls:
1212
name: Update PURLs
13-
if: github.actor == 'dependabot[bot]'
13+
if: github.actor == 'dependabot[bot]' || contains(github.head_ref, 'atlas-sdk-update')
1414
uses: ./.github/workflows/run-script-and-commit.yml
1515
with:
1616
script_call: 'make gen-purls'

.github/workflows/code-health.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
exit 1
9191
check-purls:
9292
runs-on: ubuntu-latest
93+
needs: build
9394
permissions: {}
9495
steps:
9596
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683

0 commit comments

Comments
 (0)