Skip to content

Commit c5e22b9

Browse files
Copilotjackfirth
andauthored
Skip push workflows for Copilot PRs (#663)
Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: jackfirth <[email protected]> Co-authored-by: Jacqueline Firth <[email protected]>
1 parent ef2c18e commit c5e22b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.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 == 'pull_request' || github.actor != 'Copilot' }}
910
steps:
1011
- uses: actions/checkout@master
1112
- uses: Bogdanp/[email protected]

0 commit comments

Comments
 (0)