Skip to content

Commit

Permalink
temp: github-actions: run package related workflows in fork
Browse files Browse the repository at this point in the history
Signed-off-by: Attila Szakacs <attila.szakacs@axoflow.com>
  • Loading branch information
alltilla committed Nov 26, 2024
1 parent 92c4e18 commit d186e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/index-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
VERBOSE_LOG_PATH: index-packages-verbose.log
GPG_KEY_PATH: axosyslog_signing_key.sub.priv.asc

if: github.repository_owner == 'axoflow'
# if: github.repository_owner == 'axoflow'

steps:
- name: Checkout source code
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/upload-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

runs-on: ubuntu-latest

if: github.repository_owner == 'axoflow'
# if: github.repository_owner == 'axoflow'

strategy:
matrix:
Expand All @@ -66,6 +66,6 @@ jobs:
find * -type f -exec \
aws s3api put-object \
--endpoint-url https://${{ secrets.r2-account-id }}.r2.cloudflarestorage.com \
--bucket axoflow-packages-build \
--bucket axosyslog-incoming \
--key ${{ inputs.pkg-type }}/${{ github.run_id }}/${{ matrix.distro.type }}/{} \
--body {} \;

0 comments on commit d186e03

Please sign in to comment.