Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix fetch_filter_resources.yaml syntax #172

Merged
merged 2 commits into from
Sep 23, 2024
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
11 changes: 5 additions & 6 deletions .github/workflows/fetch_filter_resources.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ concurrency:
jobs:
fetch-servers:
runs-on: ubuntu-20.04
name: Merge tools, fetch tutorials and filter the resources for communities
steps:
name: Fetch servers
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -27,7 +27,7 @@ jobs:
python -m pip install -r requirements.txt
sudo apt-get install jq
- name: Fetch list of all available servers
run: |
run: |
python sources/bin/get_public_galaxy_servers.py -o sources/data/available_public_servers.csv
- name: Archive available servers
uses: actions/upload-artifact@v4
Expand Down Expand Up @@ -72,7 +72,7 @@ jobs:
merge-fetch-filter:
runs-on: ubuntu-20.04
name: Merge tools, fetch tutorials and filter the resources for communities
steps:
steps:
- name: Checkout main
uses: actions/checkout@v4
- uses: actions/setup-python@v5
Expand All @@ -85,7 +85,6 @@ jobs:
- name: Download All Artifacts
uses: actions/download-artifact@v4
with:
path: tools
pattern: tools-*
merge-multiple: true
path: communities/all/resources/
Expand Down Expand Up @@ -118,4 +117,4 @@ jobs:
body: Automatic resource update done via GitHub Action once a week
base: main
branch: resource-update
delete-branch: true
delete-branch: true