Skip to content
Merged

patch #1946

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve-layerzero-bot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Assert changed files
id: files
uses: tj-actions/changed-files@v44
uses: tj-actions/changed-files@v46.0.1
with:
files: |
**/package.json
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/on-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,7 @@ concurrency:
cancel-in-progress: false

jobs:
check:
name: Check code
uses: ./.github/workflows/reusable-test.yaml
secrets: inherit

publish:
name: Publish NPM packages
needs: check
uses: ./.github/workflows/reusable-publish.yaml
secrets: inherit
Loading