Skip to content

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
dima-avdeev-jb committed Dec 7, 2023
1 parent c3099f1 commit a6ef34e
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration_tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Run Integration Tests
on: {}

on:
workflow_dispatch:
jobs:
run_integration_tests:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/jbpresubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +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:
runs-on: ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
@@ -1,6 +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`
# See https://github.com/marketplace/actions/gradle-build-action?version=v2.1.1#cache-debugging-and-analysis
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prune_artifacts.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Prune old artifacts"
on: {}

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

on:
workflow_dispatch:
jobs:
ping_androidx_dev:
if: ${{ !github.event.repository.fork }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Scorecards supply-chain security
on: {}

on:
workflow_dispatch:
# Declare default permissions as read only.
permissions: read-all

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_prebuilts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
# To run it, navigate to https://github.com/androidx/androidx/actions/workflows/update_prebuilts.yml
# and click "Run workflow"
name: Update Prebuilts
on: {}
jobs:
on:
workflow_dispatch:jobs:
update-prebuilts:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit a6ef34e

Please sign in to comment.