Skip to content

Commit

Permalink
Remove concurrency?
Browse files Browse the repository at this point in the history
  • Loading branch information
orf committed Oct 19, 2024
1 parent 252834b commit 5aca28e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
schedule:
- cron: "0 3 * * *"

concurrency: data
#concurrency: data

name: Build data
jobs:
Expand Down Expand Up @@ -50,6 +50,7 @@ jobs:
id: create-release
uses: shogo82148/actions-create-release@v1
with:
overwrite: true
draft: true
release_name: ${{ steps.version.outputs.tag_name }}
tag_name: ${{ steps.version.outputs.tag_name }}
Expand Down Expand Up @@ -90,11 +91,11 @@ jobs:
with:
upload_url: ${{ steps.create-release.outputs.upload_url }}
asset_path: ${{ github.workspace }}/dataset/dataset-*.parquet

- uses: EndBug/add-and-commit@v9
with:
add: links/*
message: "Add repository URLs"
push: true
fetch: true
pull: '--rebase --autostash'
#
# - uses: EndBug/add-and-commit@v9
# with:
# add: links/*
# message: "Add repository URLs"
# push: true
# fetch: true
# pull: '--rebase --autostash'

0 comments on commit 5aca28e

Please sign in to comment.