Skip to content

Commit

Permalink
remove master
Browse files Browse the repository at this point in the history
  • Loading branch information
h-mayorquin committed Apr 18, 2023
1 parent 97e2c70 commit bd1dfeb
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/caches_cron_job.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
workflow_dispatch:
push: # When someting is pushed into main this checks if caches need to re-created
branches:
- master
- main
schedule:
- cron: "0 12 * * *" # Daily at noon UTC
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/core-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- master
- main

concurrency: # Cancel previous workflows on the same pull request
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/full-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- master
- main

concurrency: # Cancel previous workflows on the same pull request
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/streaming-extractor-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
types: [synchronize, opened, reopened]
branches:
- master
- main
concurrency: # Cancel previous workflows on the same pull request
group: ${{ github.workflow }}-${{ github.ref }}
Expand Down

0 comments on commit bd1dfeb

Please sign in to comment.