Skip to content

Commit

Permalink
test: disabling some workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
ruisebas committed May 1, 2024
1 parent 856768f commit 53d01bc
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_minimum_supported_swift_platforms.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
name: Build with minimum Xcode version | Amplify Swift
on:
workflow_dispatch:
pull_request:
branches:
- main
# pull_request:
# branches:
# - main
push:
branches:
- main
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ on:
branches:
- main
- v1
pull_request:
# The branches below must be a subset of the branches above
branches:
- main
- v1
# pull_request:
# # The branches below must be a subset of the branches above
# branches:
# - main
# - v1
schedule:
# ┌───────────── minute (0 - 59)
# │ ┌───────────── hour (0 - 23)
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ on:
required: true
default: true
type: boolean
push:
branches-ignore:
- main
- release
# push:
# branches-ignore:
# - main
# - release

permissions:
contents: read
Expand Down Expand Up @@ -108,7 +108,7 @@ jobs:
if: ${{ !cancelled() }}
needs: [
targets-with-coverage,
targets-without-coverage
# targets-without-coverage
]
env:
EXIT_CODE: ${{ contains(needs.*.result, 'failure') && 1 || 0 }}
Expand Down

0 comments on commit 53d01bc

Please sign in to comment.