Merge pull request #170 from dmvict/pre_retry_action #151
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 : publish | |
on : | |
push : | |
branches : [ master ] | |
tags: 'v*' | |
jobs : | |
job_context_test : | |
if : "startsWith( github.event.head_commit.message, 'version' ) && startsWith( github.ref, 'refs/tags/v' )" | |
uses : Wandalen/wretry.action/.github/workflows/JobContextActionTest.yml@master | |
matrix_context_test : | |
if : "startsWith( github.event.head_commit.message, 'version' ) && startsWith( github.ref, 'refs/tags/v' )" | |
uses : Wandalen/wretry.action/.github/workflows/MatrixContextActionTest.yml@master |