Skip to content

Commit

Permalink
Merge branch 'main' into update-github-runner
Browse files Browse the repository at this point in the history
  • Loading branch information
HorizonNet committed Dec 9, 2024
2 parents a28dacd + 77efce6 commit a75506e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,9 @@ jobs:
# If the PR is coming from a fork (pull_request_target), ensure it's opened by "dependabot[bot]".
# Otherwise, clone it normally.
if: |
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
(github.event_name == 'pull_request_target' && github.actor == 'dependabot[bot]') ||
(github.event_name != 'pull_request_target' && github.actor != 'dependabot[bot]')
runs-on: ubuntu-24.04

steps:
- name: Checkout
if: ${{ github.event_name != 'pull_request_target' }}
Expand Down

0 comments on commit a75506e

Please sign in to comment.