Skip to content

Commit

Permalink
allow some vars to be shared
Browse files Browse the repository at this point in the history
  • Loading branch information
ykim-1 committed Oct 7, 2024
1 parent 2b51d5c commit cc0df9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
push:
branches:
- main
pull_request: null
pull_request_target: null

jobs:
lint-tidy:
Expand All @@ -26,7 +26,7 @@ jobs:

- name: Fail if changes
run: git diff-index --exit-code HEAD

test:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit cc0df9e

Please sign in to comment.