Skip to content

Merge pull request #141 from AppsFlyerSDK/dev/DELIVERY-63802/ci-modif… #71

Merge pull request #141 from AppsFlyerSDK/dev/DELIVERY-63802/ci-modif…

Merge pull request #141 from AppsFlyerSDK/dev/DELIVERY-63802/ci-modif… #71

name: Release plugin to QA
on:
push:
branches:
- releases/[0-9]+.x.x/[0-9]+.[0-9]+.x/[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
jobs:
Check-If-ReleaseNotes-Pushed:
runs-on: ubuntu-latest
outputs:
answer: ${{ steps.filter.outputs.releasenotesfile }}
steps:
- uses: actions/checkout@v2
- uses: dorny/paths-filter@v2
id: filter
with:
filters: |
releasenotesfile:
- 'releasenotes.**'
Run-Unit-Tests:
needs: Check-If-ReleaseNotes-Pushed
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
uses: ./.github/workflows/unit-tests-workflow.yml
Prepere-To-QA-&-Release:

Check failure on line 28 in .github/workflows/release-QA-workflow.yml

View workflow run for this annotation

GitHub Actions / Release plugin to QA

Invalid workflow file

The workflow is not valid. .github/workflows/release-QA-workflow.yml (Line: 28, Col: 3): The identifier 'Prepere-To-QA-&-Release' is invalid. IDs may only contain alphanumeric characters, '_', and '-'. IDs must start with a letter or '_' and and must be less than 100 characters.
needs: [Check-If-ReleaseNotes-Pushed]
if: needs.Check-If-ReleaseNotes-Pushed.outputs.answer == 'false'
uses: ./.github/workflows/prepare-for-QA-&-release.yml