Skip to content

Commit beb96c7

Browse files
committed
Update push.yml
1 parent 15eb005 commit beb96c7

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

.github/workflows/push.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,6 @@ concurrency:
1212

1313
jobs:
1414

15-
check:
16-
name: Check if result should be deployed
17-
runs-on: ubuntu-latest
18-
steps:
19-
- uses: actions/checkout@v3
20-
- id: check
21-
env:
22-
GITHUB_TOKEN: ${{ secrets.PUSH_TOKEN }}
23-
GIT_AUTHOR_EMAIL: ${{ secrets.PUSH_EMAIL }}
24-
GIT_COMMITTER_EMAIL: ${{ secrets.PUSH_EMAIL }}
25-
run: bash ./tools/check-deploy-needed.sh
26-
2715
build-libs:
2816
name: Build Libs for ${{ matrix.target }}
2917
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)