Skip to content

Commit

Permalink
Merge branch 'next' into webhook-trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
Cliftonz committed Mar 5, 2024
2 parents efd26bc + d9bd238 commit 41e8298
Show file tree
Hide file tree
Showing 17 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy-api.yml
Expand Up @@ -31,7 +31,7 @@ jobs:
deploy_dev_api:
if: "!contains(github.event.head_commit.message, 'ci skip')"
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_api
timeout-minutes: 80
environment: Development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy-inbound-mail.yml
Expand Up @@ -29,7 +29,7 @@ jobs:

dev_deploy_inbound_mail:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_inbound_mail
timeout-minutes: 80
environment: Development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy-worker.yml
Expand Up @@ -34,7 +34,7 @@ jobs:
build_dev_worker:
if: "!contains(github.event.head_commit.message, 'ci skip')"
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_worker
timeout-minutes: 80
environment: Development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dev-deploy-ws.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
# This workflow contains a single job called "build"
deploy_ws:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_ws
timeout-minutes: 80
environment: Development
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-api.yml
Expand Up @@ -20,7 +20,7 @@ jobs:
build_prod_image:
if: "!contains(github.event.head_commit.message, 'ci skip')"
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_api
timeout-minutes: 80
environment: Production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-inbound-mail.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
secrets: inherit

build_prod_image:
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
environment: Production
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-worker.yml
Expand Up @@ -19,7 +19,7 @@ jobs:
build_prod_image:
if: "!contains(github.event.head_commit.message, 'ci skip')"
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: test_worker
timeout-minutes: 80
environment: Production
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prod-deploy-ws.yml
Expand Up @@ -18,7 +18,7 @@ jobs:
# This workflow contains a single job called "build"
build_prod_image:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
environment: Production
needs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-api-e2e.yml
Expand Up @@ -46,7 +46,7 @@ jobs:
e2e_api:
name: Test E2E
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
permissions:
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Expand Up @@ -46,7 +46,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
reusable_docker:
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
environment: ${{ inputs.environment }}
outputs:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-inbound-mail-e2e.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "build"
e2e_inbound_mail:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

permissions:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reusable-web-e2e.yml
Expand Up @@ -26,7 +26,7 @@ jobs:
fail-fast: false

# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

permissions:
Expand Down Expand Up @@ -150,7 +150,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'ci skip')"

# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-webhook-e2e.yml
Expand Up @@ -9,7 +9,7 @@ jobs:
# This workflow contains a single job called "build"
e2e_webhook:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

# Steps represent a sequence of tasks that will be executed as part of the job
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-widget-deploy.yml
Expand Up @@ -40,7 +40,7 @@ on:
# A workflow run is made up of one or more jobs that can run sequentially or in parallel
jobs:
reusable_widget_deploy:
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
environment: ${{ inputs.environment }}
permissions:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-widget-e2e.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
# This workflow contains a single job called "build"
e2e_widget:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/reusable-worker-e2e.yml
Expand Up @@ -15,7 +15,7 @@ jobs:
# This workflow contains a single job called "build"
e2e_worker_service:
# The type of runner that the job will run on
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80

permissions:
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Expand Up @@ -110,7 +110,7 @@ jobs:

build_docker_api:
name: Build Docker API
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
timeout-minutes: 80
needs: [get-affected]
if: ${{ contains(fromJson(needs.get-affected.outputs.test-e2e), '@novu/api') }}
Expand All @@ -134,7 +134,7 @@ jobs:

test_providers:
name: Unit Test Providers
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-providers)[0] }}
timeout-minutes: 80
Expand All @@ -152,7 +152,7 @@ jobs:

test_packages:
name: Unit Test Packages
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-packages)[0] }}
timeout-minutes: 80
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:

test_libs:
name: Unit Test Libs
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-libs)[0] }}
timeout-minutes: 80
Expand Down Expand Up @@ -216,7 +216,7 @@ jobs:

test_unit:
name: Unit Test
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-unit)[0] }}
timeout-minutes: 80
Expand Down Expand Up @@ -245,7 +245,7 @@ jobs:

validate_openapi:
name: Validate OpenAPI
runs-on: ubuntu-latest-large
runs-on: ubuntu-latest
needs: [get-affected]
if: ${{ fromJson(needs.get-affected.outputs.test-unit)[0] }}
timeout-minutes: 10
Expand Down

0 comments on commit 41e8298

Please sign in to comment.