Skip to content

Commit

Permalink
Update testwf.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
M-7th authored Dec 15, 2023
1 parent 5ab437c commit 99fabd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/testwf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ jobs:
- name: change the var value
run: |
echo "$jobs.test_job.run_import = 'no go'" >> $GITHUB_ENV
INPUT_STORE=${{ github.event_name == 'pull_request' }} python ./tools/code/test_code.py
# INPUT_STORE=${{ github.event_name == 'workflow_dispatch' }} python ./tools/code/test_code.py
# INPUT_STORE=${{ github.event_name == 'pull_request' }} python ./tools/code/test_code.py
INPUT_STORE=${{ github.event_name == 'workflow_dispatch' }} python ./tools/code/test_code.py

0 comments on commit 99fabd9

Please sign in to comment.