| release-notes.yml (8e763b33e366ac06b502effcdcdc1c6fb9b4fc5f) | release-notes.yml (dcd9f19c403551effd883234b856bcd9f61ce4a8) |
|---|---|
| 1name: Release Notes 2 3on: 4 push: 5 branches-ignore: 6 - main | 1name: Release Notes 2 3on: 4 push: 5 branches-ignore: 6 - main |
| 7 pull_request: |
|
| 7 8jobs: 9 test: 10 strategy: 11 matrix: 12 os: [ubuntu-22.04] 13 14 runs-on: ${{ matrix.os }} --- 13 unchanged lines hidden --- | 8 9jobs: 10 test: 11 strategy: 12 matrix: 13 os: [ubuntu-22.04] 14 15 runs-on: ${{ matrix.os }} --- 13 unchanged lines hidden --- |