Skip to content

Commit 43b5625

Browse files
author
Gabriel Ranghetti
committed
Disabling automatic github actions.
1 parent 316022c commit 43b5625

4 files changed

+4
-68
lines changed

.github/workflows/README.md

+2
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ The following are the variables required for the github actions to execute corre
1717
| TECHNICALACCID_STAGE | The identifier for the technical account in the staging environment, used for managing the technical user and associated resources. | `tech-account-id-stage` |
1818

1919
Credentials like Technical Account Email can be found by adding an I/O Action Event to the App Builder workspace and then adding an `Oauth Server-to-server` credential, this will generate most of the credentials needed above. For anything else, within the workspace click `Download All` and copy the information from the json file.
20+
21+
Change the ```on``` parameter to define which events can cause the workflow to run, for a list of available events, see [Events that trigger workflows](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows).

.github/workflows/api-mesh_mock-response_pr_lint.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: API Mesh/Mock Response CI
2-
on: [pull_request, push]
2+
on: [workflow_dispatch]
33
jobs:
44
deploy:
55
name: Lint

.github/workflows/sample_extention_pr_test.yml

-66
This file was deleted.

.github/workflows/webhooks_pr_test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: Webhooks CI
22

3-
on: [pull_request, push]
3+
on: [workflow_dispatch]
44
jobs:
55
test:
66
name: Test PR

0 commit comments

Comments
 (0)