Merge pull request #150 from isaqb-org/outsource_workflows #21
Workflow file for this run
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
# This is a basic workflow to help you get started with Actions | |
name: CI – Release Candidate | |
# Controls when the action will run. Triggers the workflow on push events if the pushed | |
# tag is a release candidate | |
on: | |
push: | |
tags: | |
- "[2-9][0-9][0-9][0-9].[0-9]+-RC[0-9]+" | |
jobs: | |
call_workflow_build_pr: | |
uses: isaqb-org/github-workflows/.github/workflows/build_releasecandidate.yml@main | |
with: | |
release_version: env.RELEASE_VERSION |