diff --git a/.gitea/workflows/action.yml b/.gitea/workflows/action.yml index 0b6fce8..3279821 100644 --- a/.gitea/workflows/action.yml +++ b/.gitea/workflows/action.yml @@ -26,8 +26,8 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-debug-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo-debug- + key: ${{ runner.os }}-cargo-debug-rowt-${{ hashFiles('**/Cargo.lock') }} + restore-keys: ${{ runner.os }}-cargo-debug-rowt- - name: Build run: | @@ -65,8 +65,8 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo-release- + key: ${{ runner.os }}-cargo-release-rowt-${{ hashFiles('**/Cargo.lock') }} + restore-keys: ${{ runner.os }}-cargo-release-rowt- - name: Build run: | cargo build --release --target $CARGO_TARGET @@ -116,8 +116,8 @@ jobs: ~/.cargo/registry/cache/ ~/.cargo/git/db/ target/ - key: ${{ runner.os }}-cargo-release-${{ hashFiles('**/Cargo.lock') }} - restore-keys: ${{ runner.os }}-cargo-release- + key: ${{ runner.os }}-cargo-release-rowt-${{ hashFiles('**/Cargo.lock') }} + restore-keys: ${{ runner.os }}-cargo-release-rowt- - name: Build run: | diff --git a/src/model/user.rs b/src/model/user.rs index a4e662f..5eab949 100644 --- a/src/model/user.rs +++ b/src/model/user.rs @@ -512,6 +512,8 @@ ORDER BY last_access DESC if ![ "n-sageder", "p-hofer", + "daniel-kortschak" + "rudernlinz", "m-birner", "s-sollberger", "d-kortschak",