Skip to content

Commit

Permalink
Merge branch 'main' into actionmailer-asn
Browse files Browse the repository at this point in the history
  • Loading branch information
arielvalentin authored May 1, 2024
2 parents 3bbfa84 + 10e766e commit 402278c
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 175 deletions.
175 changes: 0 additions & 175 deletions .github/workflows/ci-contrib-canary.yml

This file was deleted.

2 changes: 2 additions & 0 deletions .github/workflows/ci-contrib.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-instrumentation-with-services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci-instrumentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
pull_request:
branches:
- main
schedule:
- cron: "0 0 * * *"

concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.number }} # Ensure that only one instance of this workflow is running per Pull Request
Expand Down

0 comments on commit 402278c

Please sign in to comment.