mirror of
https://gitea.com/gitea/act_runner
synced 2026-05-06 01:37:57 +02:00
ignore actions/checkout locally
Signed-off-by: Casey Lee <cplee@nektos.com>
This commit is contained in:
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
@@ -5,5 +5,6 @@ jobs:
|
||||
ci:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: ./.github/workflows/check
|
||||
- uses: ./.github/workflows/integration
|
||||
|
||||
Reference in New Issue
Block a user