Skip to content

Commit

Permalink
Simplify gradle check workflow to ensure visibility (opensearch-proje…
Browse files Browse the repository at this point in the history
…ct#197)

Signed-off-by: Daniel Widdis <[email protected]>

Signed-off-by: Daniel Widdis <[email protected]>
  • Loading branch information
dbwiddis authored and kokibas committed Mar 17, 2023
1 parent 2a1cae1 commit 8d7d9d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,9 @@
name: Gradle Build
on:
workflow_run:
workflows: ["Code Hygiene"]
types:
- completed
on: [push, pull_request]

jobs:
check:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- uses: actions/checkout@v3
with:
Expand Down
13 changes: 0 additions & 13 deletions .github/workflows/code-hygiene.yml

This file was deleted.

0 comments on commit 8d7d9d9

Please sign in to comment.