Skip to content

Commit

Permalink
Add a test button
Browse files Browse the repository at this point in the history
This does not require user to be signed in on
pulpito-ng to trigger.

Signed-off-by: Vallari Agrawal <[email protected]>
  • Loading branch information
VallariAg committed Sep 13, 2024
1 parent c2603bc commit 1e71af4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/Run/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ export default function Run() {
payload={killPayload}
disabled={(data?.status.includes("finished"))}
/>
<button onClick={() => killMutation.mutate({})}>Test me</button>
<JobList query={query} params={params} setter={setParams} />
</Root>
);
Expand Down

0 comments on commit 1e71af4

Please sign in to comment.