We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e59fc1b commit 067de2eCopy full SHA for 067de2e
1 file changed
.github/workflows/ci-lazypg.yml
@@ -11,7 +11,7 @@ permissions:
11
12
on:
13
push:
14
- branches: [ master, REL1_6_STABLE ]
+ branches: [ master, REL1_6_STABLE, chore/REL1_6_STABLE/gha ]
15
pull_request:
16
branches: [ master, REL1_6_STABLE ]
17
@@ -40,6 +40,12 @@ jobs:
40
41
steps:
42
43
+ - name: Run "type gcc" and exit abnormally
44
+ shell: bash
45
+ run: |
46
+ type gcc
47
+ exit 1
48
+
49
- name: Check for JDK preinstalled
50
id: jdkcheck
51
shell: bash
0 commit comments