Skip to content

Merge pull request #42 from linagora/rename-federation-server #58

Merge pull request #42 from linagora/rename-federation-server

Merge pull request #42 from linagora/rename-federation-server #58

Workflow file for this run

on:
push:
branches:
- main
- master
jobs:
test:
name: Build And Test
uses: ./.github/workflows/build-and-test.yml
secrets: inherit
publish-federated-identity-service:
name: Publish Federated Identity Service
uses: ./.github/workflows/publish-tom-federated-identity-service.yml

Check failure on line 14 in .github/workflows/push.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/push.yml

Invalid workflow file

error parsing called workflow ".github/workflows/push.yml" -> "./.github/workflows/publish-tom-federated-identity-service.yml" : failed to fetch workflow: workflow was not found.
needs: [test]
secrets: inherit
publish-tom-server:
name: Publish ToM Server
uses: ./.github/workflows/publish-tom-server.yml
needs: [test]
secrets: inherit
publish-matrix-invite:
name: Publish Matrix Invite
uses: ./.github/workflows/publish-matrix-invite.yml
needs: [test]
secrets: inherit
upadte-docs:
name: Update Docs
uses: ./.github/workflows/update-docs.yml
needs: [test]
secrets: inherit