Skip to content
This repository was archived by the owner on Nov 21, 2024. It is now read-only.

gh-actions: merge actions #55

gh-actions: merge actions

gh-actions: merge actions #55

Workflow file for this run

name: Push main
on:
push:
branches: [main]
defaults:
run:
shell: bash
jobs:
backoffice:
uses: ./.github/workflows/push-main-backoffice.yml
workflows:
uses: ./.github/workflows/push-main-workflows.yml
success:
name: All jobs passed
runs-on: ubuntu-latest
needs: [backoffice, workflows]
steps:
- name: All jobs passed
run: echo "All jobs passed"