Skip to content

Commit 1e5fec8

Browse files
committed
chore:add azure workflow
1 parent 7b9ff5f commit 1e5fec8

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build_deploy_receiver_fn.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
name: Deploy Python project to Azure Function App
1+
name: Deploy Receiver Function to Azure
22

33
on:
4-
[push]
4+
push:
5+
paths:
6+
- github-runner-receiver-function/**
57

68
env:
79
AZURE_FUNCTIONAPP_NAME: '' # set this to your function app name on Azure

.github/workflows/deploy_azure_infra.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: GHA Self-hosted Infra - Azure
22

33
on:
44
push:
5-
branches:
6-
- "*"
75
paths:
86
- terraform_modules/gh-self-hosted-runner-infra/azure/**
97

0 commit comments

Comments
 (0)