CI: only release to AWS in the Zephyr repository
Currently, nightly releases are performed in Forks as well. Since these fail due to missing AWS credentials this causes a lot of messages about failing builds, this commit disables them for Forks. Signed-off-by: Max Bachmann <kontakt@maxbachmann.de>
This commit is contained in:
parent
cc4708e317
commit
1d4c36486c
3 changed files with 3 additions and 0 deletions
1
.github/workflows/daily_test_version.yml
vendored
1
.github/workflows/daily_test_version.yml
vendored
|
@ -13,6 +13,7 @@ on:
|
|||
jobs:
|
||||
get_version:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
|
||||
steps:
|
||||
- name: Configure AWS Credentials
|
||||
|
|
1
.github/workflows/doc-publish.yml
vendored
1
.github/workflows/doc-publish.yml
vendored
|
@ -14,6 +14,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
|
||||
steps:
|
||||
- name: Update PATH for west
|
||||
|
|
1
.github/workflows/stale_issue.yml
vendored
1
.github/workflows/stale_issue.yml
vendored
|
@ -6,6 +6,7 @@ on:
|
|||
jobs:
|
||||
stale:
|
||||
runs-on: ubuntu-latest
|
||||
if: github.repository == 'zephyrproject-rtos/zephyr'
|
||||
steps:
|
||||
- uses: actions/stale@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue