Skip to content

Commit

Permalink
fix GH Actions errors with CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Dec 8, 2023
1 parent 036881a commit 9c83148
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 7 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Run Integration Tests
on: {}
on:
workflow_dispatch:

jobs:
run_integration_tests:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/jbpresubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@

# The aim of this workflow is to run checks and some tests before submitting the CL upstream.
name: JB-COMPOSE-variant of AndroidX Presubmits
on: {}
on:
workflow_dispatch:

jobs:
setup:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: AndroidX Presubmits
on: {}
on:
workflow_dispatch:

env:
# Allow precise monitoring of the save/restore of Gradle User Home by `gradle-build-action`
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/prune_artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: "Prune old artifacts"
on: {}
on:
workflow_dispatch:

jobs:
delete-artifacts:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/register_workflow_start.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Register Workflow Run with AndroidX
on: {}
on:
workflow_dispatch:

jobs:
ping_androidx_dev:
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Scorecards supply-chain security
on: {}
on:
workflow_dispatch:

# Declare default permissions as read only.
permissions: read-all
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/update_prebuilts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@
# To run it, navigate to https://github.com/androidx/androidx/actions/workflows/update_prebuilts.yml
# and click "Run workflow"
name: Update Prebuilts
on: {}
on:
workflow_dispatch:

jobs:
update-prebuilts:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9c83148

Please sign in to comment.