Skip to content

Commit bb166ea

Browse files
authored
Merge pull request #5865 from unicef/ntrncic-patch-1
Change Pragma CI
2 parents 5994ddb + e8619f8 commit bb166ea

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci-pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,11 +22,11 @@ jobs:
2222
uses: ./.github/workflows/frontend-checks.yml
2323
lint:
2424
uses: ./.github/workflows/lint.yml
25-
pragma:
26-
uses: ./.github/workflows/pragma.yml
2725
tests:
2826
uses: ./.github/workflows/tests.yml
2927
secrets: inherit
28+
pragma:
29+
uses: ./.github/workflows/pragma.yml
3030
build:
3131
uses: ./.github/workflows/build-and-push.yml
3232
secrets: inherit

.github/workflows/pragma.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
name: Pragma
22
on:
3-
pull_request:
4-
paths:
5-
- '**.py' # Only run on Python files
3+
workflow_call:
64

75
jobs:
86
block-pragma:

0 commit comments

Comments
 (0)