Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build_loop.yml
Browse files Browse the repository at this point in the history
dnzxy authored Jul 17, 2024
1 parent 9fc82ca commit 78414e9
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build_loop.yml
Original file line number Diff line number Diff line change
@@ -124,9 +124,6 @@ jobs:
echo "ABORT_SYNC=true" >> $GITHUB_OUTPUT
fi
echo "$ABORT_SYNC"
echo "$ALIVE_BRANCH"
- name: Checkout target repo
if: |
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
@@ -139,7 +136,7 @@ jobs:
- name: Sync upstream changes
if: | # do not run the upstream sync action on the upstream repository
needs.check_alive_and_permissions.outputs.WORKFLOW_PERMISSION == 'true' &&
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'loopandlearn' && steps.check_branch.outputs.ABORT_SYNC == 'true'
vars.SCHEDULED_SYNC != 'false' && github.repository_owner != 'loopandlearn' && steps.check_branch.outputs.ABORT_SYNC == 'false'
id: sync
uses: aormsby/Fork-Sync-With-Upstream-action@v3.4.1
with:

0 comments on commit 78414e9

Please sign in to comment.