Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoucheng361 committed Dec 24, 2024
1 parent e7610e6 commit 591bbcc
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/cancel_outdate_runs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
- name: Save head_sha
timeout-minutes: 1
run: |
mkdir -p jfs/${{ github.event.pull_request.number }}
echo ${{ github.event.pull_request.head.sha }} | tee jfs/${{ github.event.pull_request.number }}/head_sha
echo save head_sha to jfs/${{ github.event.pull_request.number }}/head_sha
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/ltpfs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
paths-ignore:
- 'docs/**'
pull_request:
#The branches below must be a subset of the branches above
branches:
- 'release-**'
paths-ignore:
Expand Down

0 comments on commit 591bbcc

Please sign in to comment.