Skip to content

Commit

Permalink
testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechos committed Mar 3, 2025
1 parent 5ec0965 commit e7b441d
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:

on:
push:
branches: [main]
branches: [wojciechos/pre-check-e2e-workflow]
tags: ["v*"]
workflow_dispatch:

Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/pre-merge-e2e-checks.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
name: Pre-merge e2e checks

permissions: {}

env:
DOCKER_REGISTRY: nethermind.jfrog.io
REPO_DEV: nubia-oci-local-dev

on:
push:
branches: [wojciechos/pre-check-e2e-workflow]
merge_group:
branches: [main]
pull_request:
branches: [main]


jobs:
prepare_build:
Expand Down Expand Up @@ -46,9 +49,6 @@ jobs:
dev_deployment:
needs: [prepare_build]
permissions:
id-token: write
contents: write
uses: ./.github/workflows/dev-environment-pipeline.yml
with:
docker_image_tag: ${{ needs.prepare_build.outputs.DOCKER_IMAGE_TAG }}
Expand Down

0 comments on commit e7b441d

Please sign in to comment.