Skip to content

Commit abc569c

Browse files
authored
patch (#1946)
Signed-off-by: shankar <shankar@layerzerolabs.org>
1 parent 6afd57b commit abc569c

2 files changed

Lines changed: 1 addition & 7 deletions

File tree

.github/workflows/auto-approve-layerzero-bot.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
- name: Assert changed files
2929
id: files
30-
uses: tj-actions/changed-files@v44
30+
uses: tj-actions/changed-files@v46.0.1
3131
with:
3232
files: |
3333
**/package.json

.github/workflows/on-main.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,7 @@ concurrency:
2323
cancel-in-progress: false
2424

2525
jobs:
26-
check:
27-
name: Check code
28-
uses: ./.github/workflows/reusable-test.yaml
29-
secrets: inherit
30-
3126
publish:
3227
name: Publish NPM packages
33-
needs: check
3428
uses: ./.github/workflows/reusable-publish.yaml
3529
secrets: inherit

0 commit comments

Comments
 (0)