Skip to content

Commit 7cb5867

Browse files
authored
chore: Stop spamming forks with failed GitHub Actions everyday (#32061)
* Update stale_issues_and_pr_cleanup.yml * Update update_v8_snapshot_cache.yml
1 parent d5a477f commit 7cb5867

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/stale_issues_and_pr_cleanup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ env:
4141
jobs:
4242
stale:
4343
runs-on: ubuntu-latest
44+
if: github.repository == 'cypress-io/cypress'
4445
steps:
4546
- uses: actions/stale@v8
4647
with:

.github/workflows/update_v8_snapshot_cache.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
matrix:
5050
platform: [ubuntu-latest, macos-latest, windows-latest]
5151
runs-on: ${{ matrix.platform }}
52+
if: github.repository == 'cypress-io/cypress'
5253
env:
5354
CYPRESS_BOT_APP_ID: ${{ secrets.RAM_APP }}
5455
BASE_BRANCH: ${{ inputs.branch || github.ref_name }}

0 commit comments

Comments
 (0)