diff --git a/.github/workflows/update_v8_snapshot_cache.yml b/.github/workflows/update_v8_snapshot_cache.yml new file mode 100644 index 000000000000..e0b0666a007a --- /dev/null +++ b/.github/workflows/update_v8_snapshot_cache.yml @@ -0,0 +1,10 @@ +name: Update V8 Snapshot Cache +on: [workflow_dispatch] +concurrency: + group: ${{ github.ref }} + cancel-in-progress: true +jobs: + update-v8-snapshot-cache: + steps: + - name: Dummy step + run: echo "Dummy step"