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

Revert Smoke Test Branch to Dependabot-Core Main #10437

Merged
merged 1 commit into from
Aug 14, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/smoke.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ concurrency:

env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
SMOKE_TEST_BRANCH: feature-DependencySolver
SMOKE_TEST_BRANCH: main
jobs:
discover:
runs-on: ubuntu-latest
Expand All @@ -29,7 +29,7 @@ jobs:
if: github.event_name != 'workflow_dispatch'
id: changes
with:
token: '' # use git commands to avoid excessive rate limit usage
token: "" # use git commands to avoid excessive rate limit usage
filters: .github/smoke-filters.yml

- name: Generate suites to run
Expand Down
Loading