ci: disable integration test on pr (#2561)

* ci: disable integration test on pr

* chore: add show carryforward

* ci: add dummy action
This commit is contained in:
Jonathan Ho
2022-10-27 23:16:30 +08:00
committed by GitHub
parent 0fdf5d2528
commit 716499e865
3 changed files with 15 additions and 1 deletions

12
.github/workflows/validateCache.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
name: Validate Cache
on:
workflow_dispatch:
# This is just a dummy action for real one in benchies branch to run
jobs:
validate-cache:
name: Validate Cache
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2