Synchronize action with branch js_action
, add option retry_condition
#96
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name : push | |
on : | |
push : | |
branches : [ master ] | |
jobs : | |
job_context_test : | |
if : | | |
!startsWith( github.event.head_commit.message, 'version' ) | |
&& !startsWith( github.event.head_commit.message, '.' ) | |
&& !startsWith( github.event.head_commit.message, 'Merge' ) | |
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master | |
matrix_context_test : | |
if : | | |
!startsWith( github.event.head_commit.message, 'version' ) | |
&& !startsWith( github.event.head_commit.message, '.' ) | |
&& !startsWith( github.event.head_commit.message, 'Merge' ) | |
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master |