Skip to content

Commit 8771130

Browse files
committed
fix the ephemeral startup workflow
1 parent 06affcc commit 8771130

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ephemeral.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
schedule:
55
- cron: '0 * * * *'
66
workflow_dispatch:
7+
pull_request:
8+
branches:
9+
- main
710

811
permissions:
912
contents: write
@@ -37,7 +40,8 @@ jobs:
3740
pip install awscli awscli-local
3841
3942
- name: Run Ephemeral Script and Capture Output
40-
run: |
43+
run: |
44+
bash bin/ephemeral.sh
4145
OUTPUT=$(bash bin/ephemeral.sh 2>&1)
4246
echo "$OUTPUT"
4347
NEW_URL=$(echo "$OUTPUT" | grep -Eo 'https://ls-[^ ]+')

0 commit comments

Comments
 (0)