Skip to content

mobile/ci: Improve mobile jobs #53

mobile/ci: Improve mobile jobs

mobile/ci: Improve mobile jobs #53

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: what_to_run
name: 'Check what to run'
run: |
mkdir -p vars
./mobile/tools/what_to_run.sh
./.github/scripts/vars-to-json.sh > vars/vars.json
- uses: actions/upload-artifact@v3
with:
name: vars
path: vars/