We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1401a97 commit 3ea38deCopy full SHA for 3ea38de
.github/workflows/multi_tenant_deploy.yml
@@ -5,12 +5,12 @@ name: Build Cloud Cap Samples Java
5
on:
6
# Trigger the workflow on push to main branch and manual runs.
7
push:
8
- branches: [cfdeploy]
+ branches: [multi_tenant_deploy]
9
workflow_dispatch:
10
11
jobs:
12
build:
13
- runs-on: cap-java
+ runs-on: ubuntu-latest
14
15
steps:
16
- name: Checkout this repository
0 commit comments