Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 12b8dc7

Browse files
Disable GitHub Actions workflows which are currently replaced by CircleCI
1 parent f8450a1 commit 12b8dc7

File tree

3 files changed

+18
-18
lines changed

3 files changed

+18
-18
lines changed

.github/workflows/build-test.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Build & test
22

3-
on:
4-
push:
5-
branches:
6-
- trunk
7-
pull_request:
8-
branches:
9-
- trunk
3+
# on:
4+
# push:
5+
# branches:
6+
# - trunk
7+
# pull_request:
8+
# branches:
9+
# - trunk
1010

1111
jobs:
1212
build-and-test:

.github/workflows/deploy.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: Deploys
22

3-
on:
4-
push:
5-
branches:
6-
- trunk
3+
#on:
4+
# push:
5+
# branches:
6+
# - trunk
77

88
jobs:
99
deploy:

.github/workflows/test-video.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: Test video files
22

3-
on:
4-
push:
5-
branches:
6-
- trunk
7-
pull_request:
8-
branches:
9-
- trunk
3+
# on:
4+
# push:
5+
# branches:
6+
# - trunk
7+
# pull_request:
8+
# branches:
9+
# - trunk
1010

1111
jobs:
1212
build-and-test:

0 commit comments

Comments
 (0)