Skip to content

Commit b045f8e

Browse files
Copilotradical
andauthored
Temporarily disable pull_request triggers in outerloop & quarantine workflows (#12145)
* Initial plan * Temporarily disable pull_request triggers in outerloop & quarantine workflows (fixes #12143) Co-authored-by: radical <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: radical <[email protected]>
1 parent 3d491af commit b045f8e

File tree

2 files changed

+18
-18
lines changed

2 files changed

+18
-18
lines changed

.github/workflows/tests-outerloop.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
schedule:
1717
- cron: '0 2 * * *' # Daily at 02:00 UTC
1818

19-
# Trigger on pull requests that modify infrastructure or workflow files
20-
pull_request:
21-
paths:
22-
- '.github/actions/**'
23-
- '.github/workflows/**'
24-
- 'eng/**'
25-
- '!eng/pipelines/**'
26-
- '!eng/scripts/**'
27-
- '!eng/*pack/**'
19+
# TEMPORARILY DISABLED pull_request trigger due to #12143 (disk space issues): https://github.com/dotnet/aspire/issues/12143
20+
# pull_request:
21+
# paths:
22+
# - '.github/actions/**'
23+
# - '.github/workflows/**'
24+
# - 'eng/**'
25+
# - '!eng/pipelines/**'
26+
# - '!eng/scripts/**'
27+
# - '!eng/*pack/**'
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.ref }}

.github/workflows/tests-quarantine.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ on:
1616
schedule:
1717
- cron: '0 2,14 * * *' # Twice daily at 02:00 and 14:00 UTC
1818

19-
# Trigger on pull requests that modify infrastructure or workflow files
20-
pull_request:
21-
paths:
22-
- '.github/actions/**'
23-
- '.github/workflows/**'
24-
- 'eng/**'
25-
- '!eng/pipelines/**'
26-
- '!eng/scripts/**'
27-
- '!eng/*pack/**'
19+
# TEMPORARILY DISABLED pull_request trigger due to #12143 (disk space issues): https://github.com/dotnet/aspire/issues/12143
20+
# pull_request:
21+
# paths:
22+
# - '.github/actions/**'
23+
# - '.github/workflows/**'
24+
# - 'eng/**'
25+
# - '!eng/pipelines/**'
26+
# - '!eng/scripts/**'
27+
# - '!eng/*pack/**'
2828

2929
concurrency:
3030
group: ${{ github.workflow }}-${{ github.ref }}

0 commit comments

Comments
 (0)