Skip to content

Commit

Permalink
fix: update bridge ui e2e tests paths filters + remove unecessary act…
Browse files Browse the repository at this point in the history
…ions in workflow (#717)
  • Loading branch information
VGau authored Feb 20, 2025
1 parent 3caceed commit e16fe6c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/bridge-ui-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
- main
paths:
- 'bridge-ui/**'
- '!bridge-ui/**/*.md'
- '.github/workflows/bridge-ui-e2e-tests.yml'
- '!bridge-ui/**/*.md'
push:
branches:
- main
paths:
- 'bridge-ui/**'
- '!bridge-ui/**/*.md'
- '.github/workflows/bridge-ui-e2e-tests.yml'
- '!bridge-ui/**/*.md'

jobs:
run-e2e-tests:
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/bridge-ui-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,12 +75,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Get version from package.json
id: package-version
uses: martinbeentjes/npm-get-version-action@master
with:
path: ./bridge-ui

- name: Setup nodejs environment
uses: ./.github/actions/setup-nodejs
Expand Down

0 comments on commit e16fe6c

Please sign in to comment.