Skip to content

Commit

Permalink
removed test email and PR trigger from test workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
abachleda-baca committed Nov 1, 2024
1 parent 1a41169 commit a0cb0f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/job-certificate-expire-test-run.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: Certificate Expiry Test Run

on:
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
email:
Expand Down Expand Up @@ -30,7 +28,7 @@ jobs:
run: |
pip install pipenv
pipenv install
- run: pipenv run python3 -m bin.check_certificate_expiry --test agnieszka.bachleda@justice.gov.uk
- run: pipenv run python3 -m bin.check_certificate_expiry --test ${{ github.event.inputs.email }}
env:
GANDI_CERTIFICATES_TOKEN: ${{ secrets.GANDI_CERTIFICATES_TOKEN }}
NOTIFY_PROD_API_KEY: ${{ secrets.NOTIFY_PROD_API_KEY }}
Expand Down

0 comments on commit a0cb0f5

Please sign in to comment.