Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/downtime-runner.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,7 @@ jobs:
- name: Check if artifact was found
id: continue
run: |
if ( test -f result/downtime_runner_success ); then
unzip result/downtime_runner_success
ls
unzip end_date.zip
ls
if ( test -f result/end_date.txt ); then
START_DATE=$(cat end_date.txt)
echo "start_date=$START_DATE" >> $GITHUB_OUTPUT
fi
Expand Down
Loading