Skip to content

Update TWiStErRob/github-workflows action from v1 to v2 (major v2) #94

Update TWiStErRob/github-workflows action from v1 to v2 (major v2)

Update TWiStErRob/github-workflows action from v1 to v2 (major v2) #94

Workflow file for this run

name: SVG
on:
workflow_dispatch:
push:
paths:
- 'android/data/src/main/res/raw/*.svg'
- 'android/data/svg/**'
branches:
- main
pull_request:
paths:
- '.github/workflows/svg*.yml'
jobs:
validate:
name: "🦺 Validation"
uses: TWiStErRob/github-workflows/.github/workflows/validate.yml@94f2ec4f96e146200f801fe7e09310c79cb2d2b3 # v2
instrumentation:
name: "🎨 Generate SVGs on" # / API ${{ matrix.api }} will be appended by used workflow.
needs: validate
uses: ./.github/workflows/svg-instrumentation.yml
report:
name: "📢 SVG Report"
needs: instrumentation
# The dependency job might be skipped, we don't need to run this job then.
if: ${{ success() || failure() }}
uses: ./.github/workflows/svg-report.yml