Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Commit

Permalink
Fix example test workflow (#3687)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnunciato authored Nov 30, 2023
1 parent 6a5fd2d commit dd7a607
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/scheduled-test.yml
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
name: Run tests
name: "Scheduled Jobs: Run Tests"
on:
schedule:
- cron: "0 8 * * *"
workflow_dispatch: {}

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PULUMI_TEST_OWNER: "moolumi"
PULUMI_ACCESS_TOKEN: ${{ secrets.PULUMI_ACCESS_TOKEN }}
AWS_REGION: "us-west-2"
PULUMI_API: https://api.pulumi-staging.io

jobs:
test:
Expand Down

0 comments on commit dd7a607

Please sign in to comment.