Skip to content

Commit

Permalink
Merge pull request #6218 from jamacku/main
Browse files Browse the repository at this point in the history
infra: fix Differential ShellCheck workflow condition
  • Loading branch information
KKoukiou authored Feb 28, 2025
2 parents 5151ad1 + 3db242d commit 0c3d961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/differential-shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ permissions:

jobs:
lint:
if: github.event.repository == 'rhinstaller/anaconda'
if: github.repository == 'rhinstaller/anaconda'
runs-on: ubuntu-latest

permissions:
Expand Down

0 comments on commit 0c3d961

Please sign in to comment.