Skip to content

Commit 3105eb0

Browse files
committed
Chore workflows behavior
1 parent 2ccb582 commit 3105eb0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
matrix:
1717
os:
1818
- ubuntu-latest
19-
- macos-latest
19+
# - macos-latest
2020
swift: ["5.9"]
2121
runs-on: ${{ matrix.os }}
2222
timeout-minutes: 30

.github/workflows/Dependabot.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ permissions:
1111

1212
jobs:
1313
Sync:
14-
# if: github.actor == 'dependabot[bot]'
14+
if: github.actor == 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os:
1818
# - ubuntu-latest
1919
- macos-latest
2020
swift: ["5.9"]
2121
runs-on: ${{ matrix.os }}
22+
timeout-minutes: 60
2223
steps:
2324
- uses: actions/checkout@v4
2425
with:

0 commit comments

Comments
 (0)