mirror of
https://github.com/discordeno/discordeno.git
synced 2026-06-02 17:00: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:
2
.github/workflows/test.yml
vendored
2
.github/workflows/test.yml
vendored
@@ -66,7 +66,7 @@ jobs:
|
||||
name: Integration Test
|
||||
runs-on: ubuntu-latest
|
||||
needs: path-filter
|
||||
if: ${{ needs.path-filter.outputs.code-change == 'true' }}
|
||||
if: ${{ needs.path-filter.outputs.code-change == 'true' && github.ref == 'refs/heads/main' }}
|
||||
concurrency: integration-test
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
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