mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-01 08:20:08 +00:00
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:
12
.github/workflows/validateCache.yml
vendored
Normal file
12
.github/workflows/validateCache.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user