Skip to content

Commit

Permalink
remove dryrun
Browse files Browse the repository at this point in the history
  • Loading branch information
riya-n committed Jan 3, 2024
1 parent 2908724 commit 31b246e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/trunk-hourly-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true
Expand All @@ -152,7 +151,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true
Expand All @@ -173,7 +171,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true
Expand All @@ -195,7 +192,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true
Expand All @@ -218,7 +214,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true
Expand All @@ -231,7 +226,6 @@ jobs:
token: ${{ secrets.TRUNK_API_TOKEN }}
repo_url: ${{ github.repositoryUrl }}
tags: tests=e2e
dry_run: false
env:
TRUNK_LOG: debug
continue-on-error: true
1 change: 0 additions & 1 deletion .github/workflows/trunk-hourly-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ jobs:
org_url_slug: trunk-staging-org
token: ${{ secrets.TRUNK_API_TOKEN }} # TRUNK_DEBUGGER_TOKEN?
repo_url: ${{ github.repositoryUrl }}
dry_run: false
env:
RUST_LOG: info
continue-on-error: true

0 comments on commit 31b246e

Please sign in to comment.