Browse Source

Fix workflow configuration for 6.2.x branch

pull/33953/head
Brian Clozel 1 year ago
parent
commit
828980bd44
  1. 2
      .github/workflows/build-and-deploy-snapshot.yml
  2. 5
      .github/workflows/ci.yml

2
.github/workflows/build-and-deploy-snapshot.yml

@ -2,7 +2,7 @@ name: Build and Deploy Snapshot
on: on:
push: push:
branches: branches:
- main - 6.2.x
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:

5
.github/workflows/ci.yml

@ -1,7 +1,8 @@
name: CI name: CI
on: on:
schedule: push:
- cron: '30 9 * * *' branches:
- 6.22.x
concurrency: concurrency:
group: ${{ github.workflow }}-${{ github.ref }} group: ${{ github.workflow }}-${{ github.ref }}
jobs: jobs:

Loading…
Cancel
Save