Files
discordeno/.github/workflows/validateCache.yml
Jonathan Ho 716499e865 ci: disable integration test on pr (#2561)
* ci: disable integration test on pr

* chore: add show carryforward

* ci: add dummy action
2022-10-27 10:16:30 -05:00

13 lines
238 B
YAML

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