We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f245620 commit 8e6f0d1Copy full SHA for 8e6f0d1
.github/workflows/pr-security.yml
@@ -4,6 +4,11 @@ on:
4
pull_request:
5
branches: [ "main" ]
6
7
+# Cancel in-progress runs when a new commit is pushed
8
+concurrency:
9
+ group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}
10
+ cancel-in-progress: true
11
+
12
jobs:
13
security-scan:
14
name: Security Analysis with SonarCloud
.github/workflows/test.yml
@@ -6,6 +6,11 @@ on:
15
test:
16
name: Build and Test default scheme using any available Apple simulator
0 commit comments