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

Trigger AWS Lambda tests on label #2538

Merged
merged 14 commits into from
Nov 30, 2023
Prev Previous commit
Next Next commit
trying something out
  • Loading branch information
sentrivana committed Nov 28, 2023
commit 815a426392861b205f1069839a16ce81ad30634a
1 change: 0 additions & 1 deletion .github/workflows/test-integration-aws_lambda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ env:
${{ github.workspace }}/dist-serverless
jobs:
check-permissions:
if: "github.event.action != 'labeled' || github.event.label.name == 'Trigger: tests'"
name: permissions check
runs-on: ubuntu-20.04
steps:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
check-permissions:
if: "github.event.action != 'labeled' || github.event.label.name == 'Trigger: tests'"
name: permissions check
runs-on: ubuntu-20.04
steps:
Expand Down
Loading