Skip to content

Commit

Permalink
chore: restore files wrongly rebased
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigo-pino committed Oct 7, 2024
1 parent e8775ec commit bcfb7de
Show file tree
Hide file tree
Showing 11 changed files with 11,008 additions and 6,051 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/committer_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.job }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

# On PR events, cancel existing CI runs on this same PR for this workflow.
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }}

jobs:
run-regression-tests:
runs-on: starkware-ubuntu-latest-medium
Expand Down
13 changes: 6 additions & 7 deletions .github/workflows/papyrus_docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ on:
branches: [main]
tags: ["v*.*.*"]
paths:
- ".github/workflows/papyrus_docker-publish.yml"
- "crates/papyrus**/**"
- "scripts/dependencies.sh"
- '.github/workflows/papyrus_docker-publish.yml'
- 'crates/papyrus**/**'
- 'scripts/dependencies.sh'

pull_request:
paths:
- ".github/workflows/papyrus_docker-publish.yml"
- "crates/papyrus**/**"
- "scripts/dependencies.sh"
- '.github/workflows/papyrus_docker-publish.yml'
- 'crates/papyrus**/**'
- 'scripts/dependencies.sh'

# On PR events, cancel existing CI runs on this same PR for this workflow.
concurrency:
Expand Down Expand Up @@ -71,7 +71,6 @@ jobs:
- name: Build and push Docker image
uses: docker/[email protected]
with:
file: dynamic.Dockerfile
context: .
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down
Loading

0 comments on commit bcfb7de

Please sign in to comment.