Commit 4d0ad24
authored
🔧 (main.yml): add GitHub context variables and temporarily disable bu… (#2441)
…ild jobs
Add GitHub context variables to the workflow to enhance the ability to
access repository and reference information dynamically. This change is
crucial for workflows that need to differentiate between push and pull
request events and access specific repository details accordingly.
Temporarily disable the "Build, Test, Sonar Cloud Analysis, & Package"
and "Build Documentation output" jobs by setting their conditions to
false. This is likely done to prevent these jobs from running during a
specific phase of development or testing, possibly to save resources or
focus on other parts of the workflow.1 file changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
| 243 | + | |
| 244 | + | |
| 245 | + | |
| 246 | + | |
239 | 247 | | |
240 | 248 | | |
241 | 249 | | |
| |||
256 | 264 | | |
257 | 265 | | |
258 | 266 | | |
259 | | - | |
| 267 | + | |
260 | 268 | | |
261 | 269 | | |
262 | 270 | | |
| |||
352 | 360 | | |
353 | 361 | | |
354 | 362 | | |
355 | | - | |
| 363 | + | |
356 | 364 | | |
357 | 365 | | |
358 | 366 | | |
| |||
0 commit comments