Skip to content

Commit

Permalink
Merge pull request #14 from DevsOnTheBoard/feature/workflow/BuildFini…
Browse files Browse the repository at this point in the history
…shNotify

Build Finish Notify Setting
  • Loading branch information
youkura-ikuzee committed Nov 28, 2023
2 parents 1c92fc2 + 9173f20 commit ef5a123
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build_finish_notify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.event.workflow_run.conclusion == 'success' }}
steps:
- name: Checkout
uses: actions/checkout@v2

- name: Set up Python 3.9
uses: actions/[email protected]
with:
Expand Down

0 comments on commit ef5a123

Please sign in to comment.