Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
taitus committed May 30, 2024
1 parent 7b33899 commit 9340da3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,5 @@
name: tests
on:
push:
branches:
- master
pull_request:
branches-ignore:
- i18n_master

on: push
permissions:
contents: read

Expand Down
3 changes: 1 addition & 2 deletions app/assets/javascripts/custom.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@

var initialize_modules = function() {
"use strict";
App.Callout.initialize();

App.CookiesConsent.initialize();
App.GoogleSearch.initialize();
App.Followable.initialize();
};

$(document).on("turbolinks:load", initialize_modules);
1 change: 1 addition & 0 deletions app/assets/stylesheets/_consul_custom_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// `_settings.scss` and `_consul_settings.scss` files.

// 1. Global
$dark-gray: #8a8a8a;
$switch-background: darken($dark-gray, 10%);

// COLORS
Expand Down

0 comments on commit 9340da3

Please sign in to comment.