Skip to content

Commit e396c41

Browse files
committed
chore: Remove pull request triggers from workflow files for version check, linting, and testing
1 parent be54cac commit e396c41

File tree

3 files changed

+0
-35
lines changed

3 files changed

+0
-35
lines changed

.github/workflows/check-version.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
11
name: Check Script Version
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
paths:
8-
- 'sync-ssh-keys.sh'
9-
- 'users.conf'
10-
- '.github/workflows/check-version.yml'
114
workflow_call:
125

136
jobs:

.github/workflows/lint.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,6 @@
11
name: Lint Shell Script
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
7-
paths:
8-
- 'sync-ssh-keys.sh'
9-
- 'users.conf'
10-
- '.github/workflows/lint.yml'
11-
push:
12-
branches:
13-
- main
14-
paths:
15-
- 'sync-ssh-keys.sh'
16-
- 'users.conf'
17-
- '.github/workflows/lint.yml'
184
workflow_call:
195

206
jobs:

.github/workflows/test.yml

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,6 @@ name: Test SSH Key Sync
44
# Unit tests avoid executing the main script to prevent unintended side effects
55

66
on:
7-
pull_request:
8-
branches:
9-
- main
10-
paths:
11-
- 'sync-ssh-keys.sh'
12-
- 'users.conf'
13-
- '.github/workflows/test.yml'
14-
push:
15-
branches:
16-
- main
17-
paths:
18-
- 'sync-ssh-keys.sh'
19-
- 'users.conf'
20-
- '.github/workflows/test.yml'
217
workflow_call:
228

239
jobs:

0 commit comments

Comments
 (0)