Skip to content

Commit

Permalink
Update get-services-status.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
GitGinocchio authored Oct 9, 2024
1 parent 52fe80b commit 899b8a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/get-services-status.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
setup-environment:
runs-on: composite
runs-on: ubuntu-latest
steps:
- name: Checkout Main Branch
uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
run: python -m pip install -r ${{ github.action_path }}/action-requirements.txt

get-services-status:
runs-on: composite
runs-on: ubuntu-latest
needs: [setup-environment]
steps:
- name: Get Services Status
Expand All @@ -43,7 +43,7 @@ jobs:
echo "markdown=$(echo $UPDATE)" >> $GITHUB_OUTPUT
commit-changes:
runs-on: composite
runs-on: ubuntu-latest
needs: [setup-environment, get-services-status]
steps:
- name: Commit Changes
Expand Down

0 comments on commit 899b8a4

Please sign in to comment.