Skip to content

Commit

Permalink
Merge pull request #3459 from cpanato/update-ci
Browse files Browse the repository at this point in the history
chore: run release note label ci only in dexidp/dex repo not in forks
  • Loading branch information
sagikazarmark committed Apr 8, 2024
2 parents 86e92aa + 76f2c8b commit 65c18a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ jobs:
name: Release note label
runs-on: ubuntu-latest

if: github.repository == 'dexidp/dex'

steps:
- name: Check minimum labels
uses: mheap/github-action-required-labels@80a96a4863886addcbc9f681b5b295ba7f5424e1 # v5.3.0
Expand Down

0 comments on commit 65c18a1

Please sign in to comment.