[skip ci] chore: cleanup workflows

This commit is contained in:
Hampus Kraft
2026-01-02 12:13:01 +00:00
parent 2f557eda8c
commit 197b23757f
21 changed files with 1016 additions and 2204 deletions

View File

@@ -5,7 +5,6 @@ on:
push:
branches:
- canary
- main
paths:
- 'fluxer_gateway/**'
@@ -23,15 +22,15 @@ jobs:
timeout-minutes: 10
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
with:
sparse-checkout: fluxer_gateway
- name: Set up Erlang
uses: erlef/setup-beam@v1
with:
otp-version: "28"
rebar3-version: "3.24.0"
otp-version: '28'
rebar3-version: '3.24.0'
- name: Compile
working-directory: fluxer_gateway