|
87 | 87 | - name: script
|
88 | 88 | run: bash build-scripts/CI/CIBB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
|
89 | 89 | shell: bash
|
90 |
| - if: success() && (github.event_name == 'pull_request' || github.event_name == 'release' || (github.event_name == 'push' && contains(github.event.head_commit.message, '[DEBUG]'))) |
| 90 | + if: success() && (github.event_name == 'pull_request' || github.event_name == 'release' || github.event_name == 'push')) |
91 | 91 | - name: before_script
|
92 | 92 | run: bash patches/curl_stfp_patcher
|
93 | 93 | shell: bash
|
@@ -121,18 +121,18 @@ jobs:
|
121 | 121 | chmod +x patches/curl_stfp_patcher
|
122 | 122 | dos2unix utils/SF_deployer
|
123 | 123 | chmod +x utils/SF_deployer
|
124 |
| - if: success() |
| 124 | + if: success() && github.event_name == 'push' |
125 | 125 | - name: install
|
126 | 126 | run: |
|
127 | 127 | sudo apt-get -y install -qq gcc g++ gperf flex texinfo git pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
|
128 | 128 | sudo /usr/sbin/update-ccache-symlinks
|
129 | 129 | echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
|
130 | 130 | source ~/.bashrc && echo $PATH
|
131 |
| - if: success() |
| 131 | + if: success() && github.event_name == 'push' |
132 | 132 | - name: script
|
133 | 133 | run: bash build-scripts/CI/CICTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
|
134 | 134 | shell: bash
|
135 |
| - if: success() |
| 135 | + if: success() && github.event_name == 'push' |
136 | 136 | - name: before_script
|
137 | 137 | run: bash patches/curl_stfp_patcher
|
138 | 138 | shell: bash
|
@@ -166,18 +166,18 @@ jobs:
|
166 | 166 | chmod +x patches/curl_stfp_patcher
|
167 | 167 | dos2unix utils/SF_deployer
|
168 | 168 | chmod +x utils/SF_deployer
|
169 |
| - if: success() |
| 169 | + if: success() && github.event_name == 'push' |
170 | 170 | - name: install
|
171 | 171 | run: |
|
172 | 172 | sudo apt-get -y install -qq gcc g++ gperf flex git texinfo pigz gawk gfortran texinfo bison libncurses-dev ccache autoconf automake build-essential libssh2-1-dev openssl libcurl4 unzip wget figlet libgmp-dev libmpfr-dev
|
173 | 173 | sudo /usr/sbin/update-ccache-symlinks
|
174 | 174 | echo 'export PATH="/usr/lib/ccache:$PATH"' | tee -a ~/.bashrc
|
175 | 175 | source ~/.bashrc && echo $PATH
|
176 |
| - if: success() |
| 176 | + if: success() && github.event_name == 'push' |
177 | 177 | - name: script
|
178 | 178 | run: bash build-scripts/CI/CINTB_32b -g $GCC_VERSION -r $RPI_TYPE -o $RPIOS_TYPE
|
179 | 179 | shell: bash
|
180 |
| - if: success() |
| 180 | + if: success() && github.event_name == 'push' |
181 | 181 | - name: before_script
|
182 | 182 | run: bash patches/curl_stfp_patcher
|
183 | 183 | shell: bash
|
|
0 commit comments