Skip to content

Commit a29003e

Browse files
committed
Remove test code
1 parent d627d98 commit a29003e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,16 +21,10 @@ on:
2121
# Run this Github Action every day at 7 AM UTC
2222
- cron: '* 7 * * *'
2323

24-
# Triggers the workflow on pull request events but only for the master branch
25-
pull_request:
26-
branches: [ master ]
27-
2824
jobs:
2925
build:
3026
name: Update Discovery Artifacts PR
3127
runs-on: ubuntu-latest
32-
if: |
33-
${{github.event.pull_request.user.login == 'parthea' && github.event.pull_request.title == 'chore: Add github action to update discovery artifacts'}}
3428
steps:
3529
- name: Get current date
3630
id: date

0 commit comments

Comments
 (0)