Skip to content

Commit

Permalink
still fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir committed Oct 3, 2023
1 parent b473474 commit 74f7200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ClinicalObservations.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
cd ..
- name: Sleep random #Used to stop error due to multiple actions wanting PRs to be merged at the same time
run: sleep $((RANDOM % 0))m $((RANDOM % 59))s #sleeps for a random number of minutes and seconds
run: sleep $((RANDOM % 59))s #sleeps for a random number of minutes and seconds

- name: Check for changes #If no changes found then exit action, otherwise pass
run: |
Expand Down

0 comments on commit 74f7200

Please sign in to comment.