Skip MinIO test when the MinIO playground is not responding or filled… #220
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
name: CI/CD - New updates to 'master' branch | |
on: | |
push: | |
branches: [master] | |
jobs: | |
updates-to-master: | |
name: External | |
uses: SINTEF/ci-cd/.github/workflows/[email protected] | |
if: github.repository_owner == 'SINTEF' | |
with: | |
# General | |
git_username: DLite Developers | |
git_email: "[email protected]" | |
default_repo_branch: master | |
# Update permanent dependencies branch | |
permanent_dependencies_branch: "ci/dependabot-updates" | |
secrets: | |
PAT: ${{ secrets.RELEASE_PAT }} |