Skip to content

Commit 7652b4f

Browse files
committed
ci: ensure that the extended workflow only runs on original repo
formatting fix
1 parent bc61051 commit 7652b4f

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci_uicc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI/CD for UICC Project
33
on:
44
push:
55
branches:
6-
- master
6+
- "**"
77
pull_request:
88

99
concurrency:

.github/workflows/ci_uicc_extended.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Extended CI for UICC Project
33
on:
44
push:
55
branches:
6-
- master
6+
- "**"
77
pull_request:
88

99
concurrency:
@@ -12,6 +12,8 @@ concurrency:
1212

1313
jobs:
1414
pysim-integration-tests:
15+
# Only run in the original onomondo repository, not in forks
16+
if: github.repository == 'onomondo/onomondo-uicc'
1517
runs-on: ubuntu-24.04
1618
timeout-minutes: 30
1719

0 commit comments

Comments
 (0)