Skip to content
This repository was archived by the owner on Jan 23, 2026. It is now read-only.

Commit c7282f0

Browse files
authored
Merge pull request #604 from bennyz/fix-index-generation-workflow
fix package index trigger
2 parents c119f82 + c410680 commit c7282f0

1 file changed

Lines changed: 2 additions & 11 deletions

File tree

.github/workflows/trigger-packages-index.yaml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,12 @@ on:
66
- main
77
- release-*
88
tags:
9-
- '*'
10-
11-
env:
12-
TRIGGER: >
13-
${{
14-
github.repository_owner == 'jumpstarter-dev' &&
15-
(github.ref == 'refs/heads/main' ||
16-
startsWith(github.ref, 'refs/tags/') ||
17-
startsWith(github.ref, 'refs/heads/release-'))
18-
}}
9+
- "*"
1910

2011
jobs:
2112
trigger-packages-index:
2213
runs-on: ubuntu-latest
23-
if: env.TRIGGER == 'true'
14+
if: ${{ github.repository_owner == 'jumpstarter-dev' }}
2415
steps:
2516
- uses: actions/create-github-app-token@3ff1caaa28b64c9cc276ce0a02e2ff584f3900c5 # v2.0.2
2617
id: app-token

0 commit comments

Comments
 (0)