Merge pull request #42 from linagora/rename-federation-server #58
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 GitHub Actions / .github/workflows/push.ymlInvalid workflow file
|
||
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 |