Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 1 addition & 15 deletions .github/workflows/swift.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Swift
on:
push:
branches: [ main ]
pull_request_target:
pull_request:
branches: [ main ]

jobs:
Expand All @@ -22,8 +22,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
Expand All @@ -40,8 +38,6 @@ jobs:
with:
swift-version: "5.4"
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SOVRAN_SSH_KEY }}
Expand All @@ -58,8 +54,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
Expand All @@ -80,8 +74,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
Expand All @@ -101,8 +93,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData/**/SourcePackages/checkouts
Expand All @@ -122,8 +112,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData
Expand Down Expand Up @@ -159,8 +147,6 @@ jobs:
with:
xcode-version: '13.0'
- uses: actions/checkout@v2
with:
ref: ${{ github.event.pull_request.head.sha }}
- uses: actions/cache@v2
with:
path: /Users/runner/Library/Developer/Xcode/DerivedData
Expand Down
1 change: 0 additions & 1 deletion pwnd.txt

This file was deleted.