Skip to content

Commit a1f1ca6

Browse files
authored
Merge pull request #3 from nowsprinting/feature/monitor_run_always
Change monitor action run always
2 parents 5802518 + 20f4004 commit a1f1ca6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

monitor/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ runs:
1717
using: 'node16'
1818
main: 'dist/index.js'
1919
post: 'dist/index.js'
20-
post-if: success()
20+
post-if: always()

0 commit comments

Comments
 (0)