Fix lint + docker build
This commit is contained in:
parent
70979172b0
commit
4bcdb3f495
4
.github/workflows/daedalus-docker.yml
vendored
4
.github/workflows/daedalus-docker.yml
vendored
@ -5,12 +5,12 @@ on:
|
||||
branches: [ "main" ]
|
||||
paths:
|
||||
- .github/workflows/daedalus-docker.yml
|
||||
- 'apps/daedalus/**'
|
||||
- 'apps/daedalus_client/**'
|
||||
pull_request:
|
||||
types: [ opened, synchronize ]
|
||||
paths:
|
||||
- .github/workflows/daedalus-docker.yml
|
||||
- 'apps/daedalus/**'
|
||||
- 'apps/daedalus_client/**'
|
||||
merge_group:
|
||||
types: [ checks_requested ]
|
||||
|
||||
|
||||
@ -106,7 +106,9 @@
|
||||
|
||||
let attempts = 0;
|
||||
function syncAgreeState() {
|
||||
const primaryButton = document.querySelector('.qc-cmp2-summary-buttons button:last-of-type');
|
||||
const primaryButton = document.querySelector(
|
||||
".qc-cmp2-summary-buttons button:last-of-type",
|
||||
);
|
||||
|
||||
if (primaryButton) {
|
||||
primaryButton.click();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user