run on pull request
This commit is contained in:
parent
9997a9a682
commit
a9e829905d
17
.github/workflows/_setup_m365_app.yml
vendored
17
.github/workflows/_setup_m365_app.yml
vendored
@ -1,18 +1,17 @@
|
|||||||
name: Filechange Checker
|
name: setup m365
|
||||||
|
|
||||||
on:
|
on:
|
||||||
workflow_call:
|
workflow_call:
|
||||||
outputs:
|
|
||||||
environment: Testing
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
outputs:
|
|
||||||
client_app_slot: ${{ steps.roundrobin.outputs.CLIENT_APP_SLOT }}
|
|
||||||
client_id_env: ${{ steps.roundrobin.outputs.CLIENT_ID_ENV }}
|
|
||||||
client_secret_env: ${{ steps.roundrobin.outputs.CLIENT_SECRET_ENV }}
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
SetM365App:
|
SetM365App:
|
||||||
steps:
|
environment: Testing
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
outputs:
|
||||||
|
client_app_slot: ${{ steps.roundrobin.outputs.CLIENT_APP_SLOT }}
|
||||||
|
client_id_env: ${{ steps.roundrobin.outputs.CLIENT_ID_ENV }}
|
||||||
|
client_secret_env: ${{ steps.roundrobin.outputs.CLIENT_SECRET_ENV }}
|
||||||
|
steps:
|
||||||
- name: Figure out which client id to use
|
- name: Figure out which client id to use
|
||||||
id: roundrobin
|
id: roundrobin
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
2
.github/workflows/nightly-test.yml
vendored
2
.github/workflows/nightly-test.yml
vendored
@ -4,7 +4,6 @@ env:
|
|||||||
on:
|
on:
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
|
||||||
# TODO: remove this on merge
|
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
||||||
push:
|
push:
|
||||||
@ -56,7 +55,6 @@ jobs:
|
|||||||
SetM365App:
|
SetM365App:
|
||||||
uses: alcionai/corso/.github/workflows/_setup_m365_app.yml
|
uses: alcionai/corso/.github/workflows/_setup_m365_app.yml
|
||||||
|
|
||||||
|
|
||||||
SetEnv:
|
SetEnv:
|
||||||
environment: Testing
|
environment: Testing
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user