Skip to content
Merged
Show file tree
Hide file tree
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
59 changes: 0 additions & 59 deletions .github/workflows/ci-stable.yml

This file was deleted.

9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: CI — Oxide
name: CI

on:
push:
branches: [master, 3.3]
branches: [master]
pull_request:
branches: [master, 3.3]
branches: [master]

permissions:
contents: read
Expand All @@ -13,7 +13,6 @@ env:
CI: true
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
CACHE_PREFIX: oxide

jobs:
build:
Expand All @@ -34,7 +33,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ env.CACHE_PREFIX }}-node_modules-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package-lock.json') }}

# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
Expand Down
83 changes: 0 additions & 83 deletions .github/workflows/integration-tests-stable.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
name: Integration Tests — Oxide
name: Integration Tests

on:
push:
branches: [master, 3.3]
branches: [master]
pull_request:
branches: [master, 3.3]
branches: [master]

permissions:
contents: read
Expand All @@ -13,7 +13,6 @@ env:
CI: true
TURBO_TOKEN: ${{ secrets.TURBO_TOKEN }}
TURBO_TEAM: ${{ secrets.TURBO_TEAM }}
CACHE_PREFIX: oxide

jobs:
test:
Expand Down Expand Up @@ -46,7 +45,7 @@ jobs:
uses: actions/cache@v3
with:
path: node_modules
key: ${{ runner.os }}-${{ matrix.node-version }}-${{ env.CACHE_PREFIX }}-node_modules-${{ hashFiles('**/package-lock.json') }}
key: ${{ runner.os }}-${{ matrix.node-version }}-node_modules-${{ hashFiles('**/package-lock.json') }}

# Cargo already skips downloading dependencies if they already exist
- name: Cache cargo
Expand Down
78 changes: 0 additions & 78 deletions .github/workflows/release-insiders-stable.yml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Insiders — Oxide
name: Release Insiders

on:
push:
Expand All @@ -8,7 +8,7 @@ env:
APP_NAME: tailwindcss-oxide
NODE_VERSION: 16
OXIDE_LOCATION: ./oxide/crates/node
RELEASE_CHANNEL: oxide-insiders
RELEASE_CHANNEL: insiders

jobs:
build:
Expand Down Expand Up @@ -353,7 +353,7 @@ jobs:
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

tailwind_oxide_release:
tailwind-release:
runs-on: ubuntu-latest
name: Build and release Tailwind CSS

Expand Down
68 changes: 0 additions & 68 deletions .github/workflows/release-stable.yml

This file was deleted.

Loading