Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
sir-sigurd committed Nov 8, 2024
1 parent 97155ef commit 9fd626a
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/deploy-lambdas.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Deploy lambdas to S3 and ECR

on:
push:
branches:
- master
# branches:
# - master
paths:
- '.github/workflows/deploy-lambdas.yaml'
- 'lambdas/**'
Expand All @@ -13,17 +13,17 @@ jobs:
strategy:
matrix:
path:
- access_counts
# - access_counts
- indexer
- pkgevents
- pkgpush
- pkgselect
- preview
- s3hash
- s3select
- status_reports
- tabular_preview
- transcode
# - pkgevents
# - pkgpush
# - pkgselect
# - preview
# - s3hash
# - s3select
# - status_reports
# - tabular_preview
# - transcode
runs-on: ubuntu-latest
# These permissions are needed to interact with GitHub's OIDC Token endpoint.
permissions:
Expand Down

0 comments on commit 9fd626a

Please sign in to comment.