Skip to content

chore(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 in /chutney #818

chore(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 in /chutney

chore(deps): Bump org.apache.maven.plugins:maven-gpg-plugin from 3.2.5 to 3.2.7 in /chutney #818

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}}