File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,15 +28,15 @@ jobs:
28
28
- name : Get last successful commit
29
29
if : github.event_name == 'schedule'
30
30
id : last_successful_commit
31
- uses : nrwl /last-successful-commit-action@v1
31
+ uses : tylermilner /last-successful-commit-hash -action@v1
32
32
with :
33
- branch : ${{ steps.git_info.outputs.current_branch }}
34
- workflow_id : conan.yml
33
+ branch : main
34
+ workflow-id : conan.yml
35
35
- name : Cancel scheduled build with no new commits
36
- uses : nrwl/last-successful-commit- action@v1
36
+ uses : andymckay/cancel- action@0.2
37
37
if : |
38
38
github.event_name == 'schedule' &&
39
- steps.git_info.outputs.current_commit == steps.last_successful_commit.outputs.commit_hash
39
+ steps.git_info.outputs.current_commit == steps.last_successful_commit.outputs.commit-hash
40
40
41
41
build_macos :
42
42
if : github.repository_owner == 'viamrobotics'
You can’t perform that action at this time.
0 commit comments