mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
remove some tests
Signed-off-by: Philippe Leprince <philippe@ynput.io>
This commit is contained in:
parent
bd1dd87d24
commit
4977e77122
1 changed files with 14 additions and 14 deletions
28
.github/workflows/deploy_mkdocs.yml
vendored
28
.github/workflows/deploy_mkdocs.yml
vendored
|
|
@ -30,13 +30,13 @@ env:
|
|||
|
||||
jobs:
|
||||
|
||||
verify-latest-release:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/verify_latest_release.yml@main
|
||||
with:
|
||||
repo: ${{ github.repository }}
|
||||
expect_release: true
|
||||
secrets:
|
||||
gh_token: ${{ secrets.token }}
|
||||
# verify-latest-release:
|
||||
# uses: ynput/ops-repo-automation/.github/workflows/verify_latest_release.yml@main
|
||||
# with:
|
||||
# repo: ${{ github.repository }}
|
||||
# expect_release: true
|
||||
# secrets:
|
||||
# gh_token: ${{ secrets.token }}
|
||||
|
||||
verify-repo-secrets:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/verify_secrets.yml@main
|
||||
|
|
@ -47,13 +47,13 @@ jobs:
|
|||
gh_user: ${{ secrets.user }}
|
||||
gh_email: ${{ secrets.email }}
|
||||
|
||||
verify-repo-vars:
|
||||
uses: ynput/ops-repo-automation/.github/workflows/verify_variables.yml@main
|
||||
with:
|
||||
variables: "MAIN_BRANCH,MINOR_BUMP_LABEL,PATCH_BUMP_LABEL,PROJECT_NAME"
|
||||
repo: ${{ github.repository }}
|
||||
secrets:
|
||||
gh_token: ${{ secrets.token }}
|
||||
# verify-repo-vars:
|
||||
# uses: ynput/ops-repo-automation/.github/workflows/verify_variables.yml@main
|
||||
# with:
|
||||
# variables: "MAIN_BRANCH,MINOR_BUMP_LABEL,PATCH_BUMP_LABEL,PROJECT_NAME"
|
||||
# repo: ${{ github.repository }}
|
||||
# secrets:
|
||||
# gh_token: ${{ secrets.token }}
|
||||
|
||||
deploy:
|
||||
runs-on: ubuntu-latest
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue