Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

add dependbot and modify the github token permission (#2747)#5471

add dependbot and modify the github token permission (#2747)

add dependbot and modify the github token permission (#2747) #5471

name:"UTBot Java: build and run tests"
permissions:read-all
on:
push:
branches:
-'main'
-'unit-test-bot/r**'
pull_request:
branches:
-'main'
-'unit-test-bot/r**'
jobs:
build-and-run-tests:
uses:./.github/workflows/build-and-run-tests-from-branch.yml
secrets:inherit
publish_plugin:
needs:build-and-run-tests
uses:./.github/workflows/publish-plugin-from-branch.yml
with:
# upload artifacts on push action to main only
upload-artifact:${{ github.event_name == 'push' }}
secrets:inherit
publish_cli:
needs:build-and-run-tests
uses:./.github/workflows/publish-cli-from-branch.yml
with:
# upload artifacts on push action to main only
upload-artifact:${{ github.event_name == 'push' }}
secrets:inherit
publish-cli-image:
needs:build-and-run-tests
if:${{ github.event_name == 'push' }}
uses:./.github/workflows/publish-cli-image-from-branch.yml
secrets:inherit

[8]ページ先頭

©2009-2025 Movatter.jp