Skip to content

Commit 61f7fbc

Browse files
committed
chore(workflow): remove push trigger from test-legacy-upgrade workflow
- Removed the push event trigger to streamline the workflow execution. - The workflow will now only trigger on pull requests affecting .github/workflows/**/*
1 parent 00bc758 commit 61f7fbc

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/test-legacy-upgrade.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
---
22
name: Upgrade PE with legacy compilers
33
on:
4-
push:
54
pull_request:
65
paths:
76
- .github/workflows/**/*
@@ -99,7 +98,6 @@ jobs:
9998
legacy_compiler=$(yq '.groups[].targets[] | select(.vars.role == "compiler") | .name' spec/fixtures/litmus_inventory.yaml | sed -n 2p)
10099
replica=$(yq '.groups[].targets[] | select(.vars.role == "replica") | .name' spec/fixtures/litmus_inventory.yaml)
101100
hash_random=$(LC_ALL=C tr -dc 'A-Za-z0-9!#$%&'\''()*+,-./:;<=>?@[\]^_`{|}~' </dev/urandom | head -c 30; echo)
102-
echo $hash_random
103101
echo -n '{ "download_mode": "direct", "primary_host": "'$primary'", "replica_host": "'$replica'", "legacy_compilers": ["'$legacy_compiler'"], "compiler_hosts": ["'$compiler'"], "version": "2023.7.0", "console_password": "'$hash_random'" }' > params.json
104102
- name: Install PE with legacy compilers
105103
timeout-minutes: 120

0 commit comments

Comments
 (0)