Skip to content

Commit

Permalink
review: generate dist
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 16, 2022
1 parent c8e3f81 commit 1f311dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1,364 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Expand Up @@ -15,9 +15,9 @@ jobs:
npm install
npm run all
# Update dist files if there is label dependencies or pull request' author is dependabot[bot] (id = 49699333)
# Update dist files if there is label dependencies
- name: Update dist files
if: github.event_name == 'pull_request' && (github.event.pull_request.user.id == 49699333 || contains(github.event.pull_request.labels.*.name, 'dependencies'))
if: github.event_name == 'pull_request' && contains(github.event.pull_request.labels.*.name, 'dependencies')
run: |
if [[ -z $(git status -s) ]]
then
Expand Down

0 comments on commit 1f311dd

Please sign in to comment.