Skip to content

Commit

Permalink
disable uae artifactory uploads temporarily
Browse files Browse the repository at this point in the history
This is because our uae upload token has expired and it causes
CI builds to get failed status
  • Loading branch information
TimoSairiala committed Jan 26, 2024
1 parent 4e5f7a1 commit 49b90af
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/tiiuae-pixhawk-and-saluki.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,8 @@ jobs:
upload-px4fwupdater-uae:
name: upload px4fwupdater to UAE docker registry
# temporarily disabled until we get new token from UAR
if: false
runs-on: ubuntu-latest
needs:
- px4fwupdater
Expand Down Expand Up @@ -271,7 +273,8 @@ jobs:
artifactory-uae:
name: upload builds to UAE artifactory
if: ${{ github.event_name != 'workflow_dispatch' || inputs.jfrog-upload == true }}
# temporarily disabled until we get new token from UAR
if: false
runs-on: ubuntu-latest
needs:
- px4fwupdater
Expand Down

0 comments on commit 49b90af

Please sign in to comment.