Skip to content

Commit

Permalink
fix: remove requires from release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Donnie Adams <[email protected]>
  • Loading branch information
thedadams committed Nov 10, 2024
1 parent a19578b commit 3f07740
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ permissions:

jobs:
release-tag:
requires: [build]
runs-on: ubuntu-latest

steps:
Expand Down
3 changes: 0 additions & 3 deletions ui/user/src/routes/login_complete/+page.svelte
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<script lang="ts">
import Navbar from '$lib/components/Navbar.svelte';
</script>

<Navbar />

<main id="main-content" class="flex h-screen justify-center">
<div class="relative mt-32 text-center">
<h1 class="my-4 text-4xl font-extrabold text-black dark:text-gray-100">All Set!</h1>
Expand Down

0 comments on commit 3f07740

Please sign in to comment.