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 b4c626f commit e495d35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@ name: '[🔨] Build'
run-name: '[🔨] Build - ${{ github.head_ref }}'
on:
workflow_dispatch:
workflow_call:
workflow_run:
workflows: ['[😱] Checkin']
types:
- completed

jobs:
Build:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/checkin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,6 @@ on:
- edited
- reopened
- synchronize
workflow_run:
workflows: ['[🔨] Build']
types:
- completed

jobs:
Test:
Expand Down

0 comments on commit e495d35

Please sign in to comment.