Skip to content

Commit d40f608

Browse files
committed
Rename workflow files from .yaml to .yml for consistency and compatibility with the new asf-allowlist-check.yml workflow
1 parent b32ee11 commit d40f608

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

.github/README-CI-CD.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22

33
## Workflows
44

5-
- `gradle.yaml`
5+
- `gradle.yml`
66
Build and checks (style, Javadoc)
77
→ Trigger: push / PR on `trunk` and `release*`
88

99
- `codeql-analysis.yml`
1010
Security analysis (Java + JavaScript)
1111
→ Trigger: push / PR + weekly on `trunk` and `release*`
1212

13-
- `docker-image.yaml`
13+
- `docker-image.yml`
1414
Build and push images to `ghcr.io/apache/ofbiz`
1515
→ Trigger: push on `trunk` / `release*` + tags
1616

@@ -22,6 +22,10 @@
2222
OpenSSF security scorecard
2323
→ Trigger: `trunk` + weekly
2424

25+
- `asf-allowlist-check.yml`
26+
Verifies all GitHub Actions refs are on the ASF allowlist
27+
→ Trigger: push / PR on `.github/` path
28+
2529
### Workflow behavior
2630

2731
- `push` → uses the workflow from the target branch

0 commit comments

Comments
 (0)