Skip to content

Commit

Permalink
Feat/update action workflow (#19320)
Browse files Browse the repository at this point in the history
  • Loading branch information
tarunpandey23 authored Jan 17, 2025
1 parent c68bb3c commit 746972d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 16 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/playwright-mysql-e2e-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,13 @@ on:
- synchronize
- reopened
paths:
- openmetadata-docs/**
- .github/**
- openmetadata-dist/**
- docker/**
- 'openmetadata-docs/**'
- '.github/**'
- 'openmetadata-dist/**'
- 'docker/**'
- '!docker/development/docker-compose.yml'
- '!docker/development/docker-compose-postgres.yml'


jobs:
playwright-ci-mysql:
Expand Down
13 changes: 9 additions & 4 deletions .github/workflows/playwright-mysql-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,14 @@ on:
- synchronize
- reopened
paths-ignore:
- openmetadata-docs/**
- .github/**
- openmetadata-dist/**
- docker/**
- 'openmetadata-docs/**'
- '.github/**'
- 'openmetadata-dist/**'
- 'docker/**'
- '!docker/development/docker-compose.yml'
- '!docker/development/docker-compose-postgres.yml'


permissions:
contents: read

Expand Down Expand Up @@ -164,3 +167,5 @@ jobs:
cd ./docker/development
docker compose down --remove-orphans
sudo rm -rf ${PWD}/docker-volume
10 changes: 6 additions & 4 deletions .github/workflows/playwright-postgresql-e2e-skip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ on:
- synchronize
- reopened
paths:
- openmetadata-docs/**
- .github/**
- openmetadata-dist/**
- docker/**
- 'openmetadata-docs/**'
- '.github/**'
- 'openmetadata-dist/**'
- 'docker/**'
- '!docker/development/docker-compose.yml'
- '!docker/development/docker-compose-postgres.yml'

jobs:
playwright-ci-postgresql:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/playwright-postgresql-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,12 @@ on:
- synchronize
- reopened
paths-ignore:
- openmetadata-docs/**
- .github/**
- openmetadata-dist/**
- docker/**
- 'openmetadata-docs/**'
- '.github/**'
- 'openmetadata-dist/**'
- 'docker/**'
- '!docker/development/docker-compose.yml'
- '!docker/development/docker-compose-postgres.yml'

permissions:
contents: read
Expand Down

0 comments on commit 746972d

Please sign in to comment.