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 c31ed25 commit 536cb3b
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 @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Sleep random #Used to stop error due to multiple actions wanting PRs to be merged at the same time
run: sleep $((RANDOM % 30))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: Set today
id: today
Expand Down

0 comments on commit 536cb3b

Please sign in to comment.