Skip to content

Commit d76ebb2

Browse files
committed
Chore workflows behavior
1 parent 2ccb582 commit d76ebb2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ permissions:
1111

1212
jobs:
1313
Sync:
14-
# if: github.actor == 'dependabot[bot]'
14+
if: github.actor == 'dependabot[bot]'
1515
strategy:
1616
matrix:
1717
os:

0 commit comments

Comments
 (0)