AAE-11940 - fix upstream flow - update-project script and upstream trigger (#8125)

* fix conflict

* fix conflict

* fix conflict

* change pipe name

* change PR name env variable

* update PR title

* fix pr condition

* fix pr condition

* final check
This commit is contained in:
Maurizio Cacace
2023-01-12 12:04:19 +01:00
committed by GitHub
parent f6fd813a29
commit fe65f7c201
3 changed files with 13 additions and 7 deletions

View File

@@ -7,7 +7,10 @@ on:
description: 'enable dry-run on artifact push'
required: false
type: boolean
default: true
default: true
push:
branches:
- AAE-12046-pr-condition
pull_request:
types: [opened, synchronize, reopened]
branches:
@@ -66,7 +69,8 @@ env:
jobs:
setup:
# long timeout required when cache has to be recreated
# long timeout required when cache has to be recreated
timeout-minutes: 30
name: "Setup"
runs-on: ubuntu-22.04