diff --git a/.github/workflows/pr_checker.yml b/.github/workflows/pr_checker.yml index 2654eb0b1..4964eee7f 100644 --- a/.github/workflows/pr_checker.yml +++ b/.github/workflows/pr_checker.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Gradle # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: Darass PR Checker +name: Darass PR Checker [BE] on: pull_request: @@ -10,7 +10,7 @@ on: jobs: build: - runs-on: self-hosted + runs-on: [ self-hosted, backend ] steps: - name: Checkout code diff --git a/.github/workflows/push_builder.yml b/.github/workflows/push_builder.yml index 7858dfd08..87a799d58 100644 --- a/.github/workflows/push_builder.yml +++ b/.github/workflows/push_builder.yml @@ -1,7 +1,7 @@ # This workflow will build a Java project with Gradle # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-gradle -name: Darass Push Builder +name: Darass Push Builder [BE] on: push: @@ -10,7 +10,7 @@ on: jobs: deploy: - runs-on: self-hosted + runs-on: [ self-hosted, backend ] steps: - name: Checkout code