Skip to content

Commit d6503a0

Browse files
committed
skip unrelated ci
1 parent 7c8b133 commit d6503a0

6 files changed

Lines changed: 7 additions & 6 deletions

File tree

.github/workflows/audit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Audit
22

33
on:
4-
push:
4+
#push:
55

66
concurrency:
77
group: ${{ github.workflow }}-${{ github.event.pull_request.number || github.ref }}

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Build docs
22

33
on:
4-
push:
4+
#push:
55

66
jobs:
77
build:

.github/workflows/build-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Build Packages
33

44
on:
5-
push:
5+
#push:
66

77
jobs:
88
build:

.github/workflows/diagnostics-image-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Diagnostics Image Build
22

33
on:
4-
push:
4+
#push:
55

66
concurrency: ${{ github.workflow }}-${{ github.ref }}
77

.github/workflows/test-isolated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Test Isolated Demos
33

44
on:
5-
push:
5+
#push:
66

77
jobs:
88
test:

.github/workflows/test-tauri.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: Tauri Integration tests
22
on:
3-
pull_request: # triggered for any PR updates (including new pushes to PR branch)
3+
# pull_request: # triggered for any PR updates (including new pushes to PR branch)
4+
push:
45

56
jobs:
67
check-changes:

0 commit comments

Comments
 (0)