Skip to content

SSH action proxy jump #766

SSH action proxy jump

SSH action proxy jump #766

Workflow file for this run

#SPDX-FileCopyrightText: 2017-2024 Enedis
#SPDX-License-Identifier: Apache-2.0
name: "Build all"
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
uses: ./.github/workflows/build-all-template.yml
with:
skipTests: ${{ startsWith(github.head_ref, 'release/') }}
secrets:
codecov-token: ${{secrets.CODECOV_TOKEN}}