@balena/pinejs 24.2.17 → 24.2.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -4,9 +4,7 @@ on:
4
4
  pull_request:
5
5
  types: [opened, synchronize, closed]
6
6
  branches: [main, master]
7
- # allow external contributions to use secrets within trusted code
8
- pull_request_target:
9
- types: [opened, synchronize, closed]
7
+ push:
10
8
  branches: [main, master]
11
9
 
12
10
  permissions:
@@ -17,10 +15,5 @@ permissions:
17
15
  jobs:
18
16
  flowzone:
19
17
  name: Flowzone
20
- uses: product-os/flowzone/.github/workflows/flowzone.yml@master
21
- # prevent duplicate workflows and only allow one `pull_request` or `pull_request_target` for
22
- # internal or external contributions respectively
23
- if: |
24
- (github.event.pull_request.head.repo.full_name == github.repository && github.event_name == 'pull_request') ||
25
- (github.event.pull_request.head.repo.full_name != github.repository && github.event_name == 'pull_request_target')
18
+ uses: product-os/flowzone/.github/workflows/flowzone.yml@master # flowzonify 0.4.0
26
19
  secrets: inherit