Skip to content

Commit

Permalink
chore: try to repro build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
myyk committed Oct 16, 2023
1 parent 8c7df90 commit 1cc913a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# to the /dist dir to let users enjoy new feature without manual sync.
name: Update the dist dir
on:
pull_request_target:
pull:
types:
- labeled # for initial execution
- synchronize # to support `@dependabot recreate` command
Expand All @@ -15,7 +15,7 @@ jobs:
run-ncc:
runs-on: ubuntu-latest
timeout-minutes: 15
if: ${{ github.actor == 'dependabot[bot]' }}
# if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 1cc913a

Please sign in to comment.