Skip to content

Commit

Permalink
[#156] Minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ido-Barnea committed Jan 21, 2024
1 parent e495d35 commit c0d49ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,7 @@ name: '[🔨] Build'
run-name: '[🔨] Build - ${{ github.head_ref }}'
on:
workflow_dispatch:
workflow_run:
workflows: ['[😱] Checkin']
types:
- completed
workflow_call:

jobs:
Build:
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
- synchronize

jobs:
Build:
uses: Chess-But-Better/.github/workflows/build.yml
Test:
runs-on: ubuntu-latest
steps:
Expand Down

0 comments on commit c0d49ed

Please sign in to comment.