Skip to content

Commit ecc5fa4

Browse files
Copilotjackfirth
andcommitted
Skip push workflows when author is copilot-swe-agent[bot]
Co-authored-by: jackfirth <8175575+jackfirth@users.noreply.github.com>
1 parent 0c06d90 commit ecc5fa4

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ on:
1414
jobs:
1515
copilot-setup-steps:
1616
runs-on: ubuntu-latest
17+
if: github.event_name != 'push' || github.actor != 'copilot-swe-agent[bot]'
1718

1819
permissions:
1920
contents: read

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ jobs:
66
ci:
77
name: "Build and Test"
88
runs-on: ubuntu-latest
9+
if: github.event_name != 'push' || github.actor != 'copilot-swe-agent[bot]'
910
steps:
1011
- uses: actions/checkout@master
1112
- uses: Bogdanp/setup-racket@v1.5

0 commit comments

Comments
 (0)