Skip to content

Commit

Permalink
Merge pull request #166 from hnez/fix-dependabot-no-name-check
Browse files Browse the repository at this point in the history
CI: distribution version: fix skip check for dependabot created branches
  • Loading branch information
jluebbe authored Aug 9, 2024
2 parents 6212554 + 24768d7 commit 9a95005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/distribution-version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
check:
name: consistency check
runs-on: ubuntu-latest
if: github.repository == 'linux-automation/meta-lxatac' && !startsWith(github.ref, 'dependabot/')
if: github.repository == 'linux-automation/meta-lxatac' && !startsWith(github.ref_name, 'dependabot/')
steps:
- name: Install required packages
run: |
Expand Down

0 comments on commit 9a95005

Please sign in to comment.