Skip to content

Commit

Permalink
chore: add fe-e2e to watched files
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-silva authored May 17, 2024
1 parent d29cdf4 commit c81202d
Showing 1 changed file with 17 additions and 15 deletions.
32 changes: 17 additions & 15 deletions .github/workflows/dev-fe-gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,15 @@ on:
paths:
- 'ui/**'
- '.github/workflows/dev-fe-gatekeeper.yaml'
- '.github/workflows/dev-fe-e2e.yaml'
- '.github/actions/fe-e2e/action.yml'
branches:
- main
pull_request:
paths:
- 'ui/**'
- '.github/workflows/dev-fe-gatekeeper.yaml'
- '.github/workflows/dev-fe-e2e.yaml'
- '.github/actions/fe-e2e/action.yml'
types: [opened, synchronize]

Expand Down Expand Up @@ -138,18 +140,18 @@ jobs:
# BACKUP_LOCATION_REGION: ${{ secrets.BACKUP_LOCATION_REGION }}
# BACKUP_LOCATION_URL: ${{ secrets.BACKUP_LOCATION_URL }}

merge-gatekeeper:
needs: [CI_checks, permission_checks]
name: Merge Gatekeeper
if: ${{ always() }}
runs-on: ubuntu-22.04
steps:
- name: Run Merge Gatekeeper
uses: upsidr/[email protected]
with:
self: Merge Gatekeeper
token: ${{ secrets.GITHUB_TOKEN }}
interval: 45
timeout: 300
ignored: 'license/snyk (Percona Github Org), security/snyk (Percona Github Org)'
ref: ${{ github.event.pull_request.head.sha || github.sha }}
# merge-gatekeeper:
# needs: [CI_checks, permission_checks]
# name: Merge Gatekeeper
# if: ${{ always() }}
# runs-on: ubuntu-22.04
# steps:
# - name: Run Merge Gatekeeper
# uses: upsidr/[email protected]
# with:
# self: Merge Gatekeeper
# token: ${{ secrets.GITHUB_TOKEN }}
# interval: 45
# timeout: 300
# ignored: 'license/snyk (Percona Github Org), security/snyk (Percona Github Org)'
# ref: ${{ github.event.pull_request.head.sha || github.sha }}

0 comments on commit c81202d

Please sign in to comment.