Skip to content

mobile/ci: Improve mobile jobs #47

mobile/ci: Improve mobile jobs

mobile/ci: Improve mobile jobs #47

Workflow file for this run

name: Mobile
on:
push:
branches:
- main
pull_request:
concurrency:
group: ${{ github.head_ref || github.run_id }}-${{ github.workflow }}
cancel-in-progress: true
jobs:
repo:
if: github.repository == 'envoyproxy/envoy'
name: mobile
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Add safe directory
run: git config --global --add safe.directory /__w/envoy/envoy
- id: should_run
name: 'Check what to run'
run: ./mobile/tools/what_to_run.sh
- id: should_run

Check failure on line 27 in .github/workflows/mobile.yml

View workflow run for this annotation

GitHub Actions / Mobile

Invalid workflow file

The workflow is not valid. .github/workflows/mobile.yml (Line: 27, Col: 11): The identifier 'should_run' may not be used more than once within the same scope.
name: 'Check output'
run: |
echo "$GITHUB_OUTPUT"